Class: Aws::AppTest::Types::CloudFormation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#parametersHash<String,String>

The CloudFormation properties in the CloudFormation template.

Returns:

  • (Hash<String,String>)


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_locationString

The template location of the CloudFormation template.

Returns:

  • (String)


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