Class: Aws::CloudFormation::Types::CreateGeneratedTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CreateGeneratedTemplateOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_template_id ⇒ String
The ID of the generated template.
Instance Attribute Details
#generated_template_id ⇒ String
The ID of the generated template.
1092 1093 1094 1095 1096 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1092 class CreateGeneratedTemplateOutput < Struct.new( :generated_template_id) SENSITIVE = [] include Aws::Structure end |