Class: Aws::AppTest::Types::CreateCloudFormationStepInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CreateCloudFormationStepInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Creates the CloudFormation step input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Hash<String,String>
The CloudFormation properties of the CloudFormation step input.
-
#template_location ⇒ String
The template location of the CloudFormation step input.
Instance Attribute Details
#parameters ⇒ Hash<String,String>
The CloudFormation properties of the CloudFormation step input.
430 431 432 433 434 435 |
# File 'lib/aws-sdk-apptest/types.rb', line 430 class CreateCloudFormationStepInput < Struct.new( :template_location, :parameters) SENSITIVE = [] include Aws::Structure end |
#template_location ⇒ String
The template location of the CloudFormation step input.
430 431 432 433 434 435 |
# File 'lib/aws-sdk-apptest/types.rb', line 430 class CreateCloudFormationStepInput < Struct.new( :template_location, :parameters) SENSITIVE = [] include Aws::Structure end |