Class: Aws::CodeArtifact::Types::PublishPackageVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::PublishPackageVersionResult
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset ⇒ Types::AssetSummary
An [AssetSummary][1] for the published asset.
-
#format ⇒ String
The format of the package version.
-
#namespace ⇒ String
The namespace of the package version.
-
#package ⇒ String
The name of the package.
-
#status ⇒ String
A string that contains the status of the package version.
-
#version ⇒ String
The version of the package.
-
#version_revision ⇒ String
The revision of the package version.
Instance Attribute Details
#asset ⇒ Types::AssetSummary
An AssetSummary for the published asset.
3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3610 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the package version.
3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3610 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the package version.
3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3610 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#package ⇒ String
The name of the package.
3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3610 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A string that contains the status of the package version. For more information, see Package version status in the CodeArtifact User Guide.
3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3610 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the package.
3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3610 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#version_revision ⇒ String
The revision of the package version.
3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3610 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |