Class: Aws::CodeArtifact::Types::PublishPackageVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::PublishPackageVersionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset ⇒ Types::AssetSummary
An [AssetSummary] 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.
[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3605 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.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3605 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.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3605 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#package ⇒ String
The name of the package.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3605 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*.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3605 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the package.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3605 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.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3605 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |