Class: Aws::CloudFormation::Types::UpdateGeneratedTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateGeneratedTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_template_id ⇒ String
The Amazon Resource Name (ARN) of the generated template.
Instance Attribute Details
#generated_template_id ⇒ String
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 `.
10668 10669 10670 10671 10672 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10668 class UpdateGeneratedTemplateOutput < Struct.new( :generated_template_id) SENSITIVE = [] include Aws::Structure end |