Class: Aws::AppTest::Types::CloudFormation
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CloudFormation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the CloudFormation template and its parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Hash<String,String>
The CloudFormation properties in the CloudFormation template.
-
#template_location ⇒ String
The template location of the CloudFormation template.
Instance Attribute Details
#parameters ⇒ Hash<String,String>
The CloudFormation properties in the CloudFormation template.
141 142 143 144 145 146 |
# File 'lib/aws-sdk-apptest/types.rb', line 141 class CloudFormation < Struct.new( :template_location, :parameters) SENSITIVE = [] include Aws::Structure end |
#template_location ⇒ String
The template location of the CloudFormation template.
141 142 143 144 145 146 |
# File 'lib/aws-sdk-apptest/types.rb', line 141 class CloudFormation < Struct.new( :template_location, :parameters) SENSITIVE = [] include Aws::Structure end |