Class: Aws::CloudFormation::Types::GetGeneratedTemplateInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The language to use to retrieve for the generated template. Supported values are:

  • ‘JSON`

  • ‘YAML`

Returns:

  • (String)


4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-cloudformation/types.rb', line 4179

class GetGeneratedTemplateInput < Struct.new(
  :format,
  :generated_template_name)
  SENSITIVE = []
  include Aws::Structure
end

#generated_template_nameString

The name or Amazon Resource Name (ARN) of the generated template. The format is ‘arn:$Partition:cloudformation:$Region:$Account:generatedtemplate/$Id`. For example, `arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc `.

Returns:

  • (String)


4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-cloudformation/types.rb', line 4179

class GetGeneratedTemplateInput < Struct.new(
  :format,
  :generated_template_name)
  SENSITIVE = []
  include Aws::Structure
end