You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Indicates whether the product version is active.

Returns:

  • (Boolean)

    Indicates whether the product version is active.

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)

    The UTC time stamp of the creation time.

#descriptionString

The description of the provisioning artifact.

Returns:

  • (String)

    The description of the provisioning artifact.

#guidanceString

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

Possible values:

  • DEFAULT
  • DEPRECATED

Returns:

  • (String)

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

#idString

The identifier of the provisioning artifact.

Returns:

  • (String)

    The identifier of the provisioning artifact.

#nameString

The name of the provisioning artifact.

Returns:

  • (String)

    The name of the provisioning artifact.

#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

    Possible values:

    • CLOUD_FORMATION_TEMPLATE
    • MARKETPLACE_AMI
    • MARKETPLACE_CAR

Returns:

  • (String)

    The type of provisioning artifact.