Class: Aws::CloudFormation::Types::DescribeGeneratedTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeGeneratedTemplateInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_template_name ⇒ String
The name or Amazon Resource Name (ARN) of a generated template.
Instance Attribute Details
#generated_template_name ⇒ String
The name or Amazon Resource Name (ARN) of a generated template.
2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2545 class DescribeGeneratedTemplateInput < Struct.new( :generated_template_name) SENSITIVE = [] include Aws::Structure end |