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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Indicates whether the product version is active.

Returns:

  • (Boolean)


5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5547

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

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5547

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

#descriptionString

The description of the provisioning artifact.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5547

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

#guidanceString

Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5547

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

#idString

The identifier of the provisioning artifact.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5547

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

#nameString

The name of the provisioning artifact.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5547

class ProvisioningArtifactDetail < Struct.new(
  :id,
  :name,
  :description,
  :type,
  :created_time,
  :active,
  :guidance)
  SENSITIVE = []
  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)


5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5547

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