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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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 ].

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

LoadTemplateFromURL

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

ImportFromPhysicalId

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

Returns:

  • (Hash<String,String>)


1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1165

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

#provisioning_artifact_detailTypes::ProvisioningArtifactDetail

Information about the provisioning artifact.



1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1165

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

#statusString

The status of the current request.

Returns:

  • (String)


1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1165

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