Class: Aws::ServiceCatalog::Types::ProvisioningArtifactSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisioningArtifactSummary
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Summary information about a provisioning artifact (also known as a version) for a product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The UTC time stamp of the creation time.
-
#description ⇒ String
The description of the provisioning artifact.
-
#id ⇒ String
The identifier of the provisioning artifact.
-
#name ⇒ String
The name of the provisioning artifact.
-
#provisioning_artifact_metadata ⇒ Hash<String,String>
The metadata for the provisioning artifact.
Instance Attribute Details
#created_time ⇒ Time
The UTC time stamp of the creation time.
5261 5262 5263 5264 5265 5266 5267 5268 5269 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5261 class ProvisioningArtifactSummary < Struct.new( :id, :name, :description, :created_time, :provisioning_artifact_metadata) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the provisioning artifact.
5261 5262 5263 5264 5265 5266 5267 5268 5269 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5261 class ProvisioningArtifactSummary < Struct.new( :id, :name, :description, :created_time, :provisioning_artifact_metadata) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the provisioning artifact.
5261 5262 5263 5264 5265 5266 5267 5268 5269 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5261 class ProvisioningArtifactSummary < Struct.new( :id, :name, :description, :created_time, :provisioning_artifact_metadata) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the provisioning artifact.
5261 5262 5263 5264 5265 5266 5267 5268 5269 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5261 class ProvisioningArtifactSummary < Struct.new( :id, :name, :description, :created_time, :provisioning_artifact_metadata) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_metadata ⇒ Hash<String,String>
The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.
5261 5262 5263 5264 5265 5266 5267 5268 5269 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5261 class ProvisioningArtifactSummary < Struct.new( :id, :name, :description, :created_time, :provisioning_artifact_metadata) SENSITIVE = [] include Aws::Structure end |