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

Class: Aws::ServiceCatalog::Types::ProvisioningArtifactSummary

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#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.

#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.

#provisioning_artifact_metadataHash<String,String>

The metadata for the provisioning artifact. This is used with AWS Marketplace products.

Returns:

  • (Hash<String,String>)

    The metadata for the provisioning artifact.