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
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2746 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.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2746 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.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2746 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#package ⇒ String
The name of the package.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2746 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*.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2746 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the package.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2746 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.
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2746 class PublishPackageVersionResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :status, :asset) SENSITIVE = [] include Aws::Structure end |