Class: Aws::ServiceCatalog::Types::CreateProvisioningArtifactOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreateProvisioningArtifactOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#info ⇒ Hash<String,String>
Specify the template source with one of the following options, but not both.
-
#provisioning_artifact_detail ⇒ Types::ProvisioningArtifactDetail
Information about the provisioning artifact.
-
#status ⇒ String
The status of the current request.
Instance Attribute Details
#info ⇒ Hash<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.
1283 1284 1285 1286 1287 1288 1289 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1283 class CreateProvisioningArtifactOutput < Struct.new( :provisioning_artifact_detail, :info, :status) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_detail ⇒ Types::ProvisioningArtifactDetail
Information about the provisioning artifact.
1283 1284 1285 1286 1287 1288 1289 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1283 class CreateProvisioningArtifactOutput < Struct.new( :provisioning_artifact_detail, :info, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the current request.
1283 1284 1285 1286 1287 1288 1289 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1283 class CreateProvisioningArtifactOutput < Struct.new( :provisioning_artifact_detail, :info, :status) SENSITIVE = [] include Aws::Structure end |