Class: Aws::ServiceCatalog::Types::ProvisioningArtifact

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


4401
4402
4403
4404
4405
4406
4407
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4401

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

#descriptionString

The description of the provisioning artifact.

Returns:

  • (String)


4401
4402
4403
4404
4405
4406
4407
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4401

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

#idString

The identifier of the provisioning artifact.

Returns:

  • (String)


4401
4402
4403
4404
4405
4406
4407
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4401

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

#nameString

The name of the provisioning artifact.

Returns:

  • (String)


4401
4402
4403
4404
4405
4406
4407
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4401

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