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



4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-cloudformation/types.rb', line 4570

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 .



4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-cloudformation/types.rb', line 4570

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