Class: Aws::ServiceCatalog::Types::ProvisioningArtifact
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisioningArtifact
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a provisioning artifact. A provisioning artifact is also known as a product version.
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.
-
#guidance ⇒ String
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
-
#id ⇒ String
The identifier of the provisioning artifact.
-
#name ⇒ String
The name of the provisioning artifact.
Instance Attribute Details
#created_time ⇒ Time
The UTC time stamp of the creation time.
4995 4996 4997 4998 4999 5000 5001 5002 5003 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4995 class ProvisioningArtifact < Struct.new( :id, :name, :description, :created_time, :guidance) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the provisioning artifact.
4995 4996 4997 4998 4999 5000 5001 5002 5003 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4995 class ProvisioningArtifact < Struct.new( :id, :name, :description, :created_time, :guidance) SENSITIVE = [] include Aws::Structure end |
#guidance ⇒ String
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
4995 4996 4997 4998 4999 5000 5001 5002 5003 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4995 class ProvisioningArtifact < Struct.new( :id, :name, :description, :created_time, :guidance) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the provisioning artifact.
4995 4996 4997 4998 4999 5000 5001 5002 5003 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4995 class ProvisioningArtifact < Struct.new( :id, :name, :description, :created_time, :guidance) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the provisioning artifact.
4995 4996 4997 4998 4999 5000 5001 5002 5003 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4995 class ProvisioningArtifact < Struct.new( :id, :name, :description, :created_time, :guidance) SENSITIVE = [] include Aws::Structure end |