Class: Aws::DataZone::Types::CloudFormationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CloudFormationProperties
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Part of the provisioning properties of the environment blueprint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_url ⇒ String
The template URL of the cloud formation provisioning properties of the environment blueprint.
Instance Attribute Details
#template_url ⇒ String
The template URL of the cloud formation provisioning properties of the environment blueprint.
1382 1383 1384 1385 1386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1382 class CloudFormationProperties < Struct.new( :template_url) SENSITIVE = [] include Aws::Structure end |