Class: Aws::ServiceCatalog::Types::CreateProvisioningArtifactOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#infoHash<String,String>

Specify the template source with one of the following options, but not both. Keys accepted: [ ‘LoadTemplateFromURL`, `ImportFromPhysicalId` ].

The URL of the CloudFormation template in Amazon S3, in JSON format.

‘LoadTemplateFromURL`

Use the URL of the CloudFormation template in Amazon S3 in JSON format.

‘ImportFromPhysicalId`

Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.

Returns:

  • (Hash<String,String>)


1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1283

class CreateProvisioningArtifactOutput < Struct.new(
  :provisioning_artifact_detail,
  :info,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_detailTypes::ProvisioningArtifactDetail

Information about the provisioning artifact.



1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1283

class CreateProvisioningArtifactOutput < Struct.new(
  :provisioning_artifact_detail,
  :info,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the current request.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1283

class CreateProvisioningArtifactOutput < Struct.new(
  :provisioning_artifact_detail,
  :info,
  :status)
  SENSITIVE = []
  include Aws::Structure
end