Class: Aws::ServiceCatalog::Types::ProvisioningArtifactDetail

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a provisioning artifact (also known as a version) for a product.

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Indicates whether the product version is active.

Returns:

  • (Boolean)


4444
4445
4446
4447
4448
4449
4450
4451
4452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4444

class ProvisioningArtifactDetail < Struct.new(
  :id,
  :name,
  :description,
  :type,
  :created_time,
  :active)
  include Aws::Structure
end

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


4444
4445
4446
4447
4448
4449
4450
4451
4452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4444

class ProvisioningArtifactDetail < Struct.new(
  :id,
  :name,
  :description,
  :type,
  :created_time,
  :active)
  include Aws::Structure
end

#descriptionString

The description of the provisioning artifact.

Returns:

  • (String)


4444
4445
4446
4447
4448
4449
4450
4451
4452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4444

class ProvisioningArtifactDetail < Struct.new(
  :id,
  :name,
  :description,
  :type,
  :created_time,
  :active)
  include Aws::Structure
end

#idString

The identifier of the provisioning artifact.

Returns:

  • (String)


4444
4445
4446
4447
4448
4449
4450
4451
4452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4444

class ProvisioningArtifactDetail < Struct.new(
  :id,
  :name,
  :description,
  :type,
  :created_time,
  :active)
  include Aws::Structure
end

#nameString

The name of the provisioning artifact.

Returns:

  • (String)


4444
4445
4446
4447
4448
4449
4450
4451
4452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4444

class ProvisioningArtifactDetail < Struct.new(
  :id,
  :name,
  :description,
  :type,
  :created_time,
  :active)
  include Aws::Structure
end

#typeString

The type of provisioning artifact.

  • ‘CLOUD_FORMATION_TEMPLATE` - AWS CloudFormation template

  • ‘MARKETPLACE_AMI` - AWS Marketplace AMI

  • ‘MARKETPLACE_CAR` - AWS Marketplace Clusters and AWS Resources

Returns:

  • (String)


4444
4445
4446
4447
4448
4449
4450
4451
4452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4444

class ProvisioningArtifactDetail < Struct.new(
  :id,
  :name,
  :description,
  :type,
  :created_time,
  :active)
  include Aws::Structure
end