Class: Aws::CloudFormation::Types::CreateGeneratedTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CreateGeneratedTemplateOutput
- Includes:
- Structure
- Defined in:
- 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.
1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1083 class CreateGeneratedTemplateOutput < Struct.new( :generated_template_id) SENSITIVE = [] include Aws::Structure end |