Class: Aws::AppTest::Types::CreateCloudFormationStepInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apptest/types.rb

Overview

Creates the CloudFormation step input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parametersHash<String,String>

The CloudFormation properties of the CloudFormation step input.

Returns:

  • (Hash<String,String>)


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_locationString

The template location of the CloudFormation step input.

Returns:

  • (String)


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