Class: Aws::CloudFormation::Types::UpdateGeneratedTemplateOutput

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

#generated_template_idString

The 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)


10585
10586
10587
10588
10589
# File 'lib/aws-sdk-cloudformation/types.rb', line 10585

class UpdateGeneratedTemplateOutput < Struct.new(
  :generated_template_id)
  SENSITIVE = []
  include Aws::Structure
end