Class: Aws::CloudFormation::Types::DeleteGeneratedTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DeleteGeneratedTemplateInput
- Includes:
- Structure
- Defined in:
- 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.
1897 1898 1899 1900 1901 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1897 class DeleteGeneratedTemplateInput < Struct.new( :generated_template_name) SENSITIVE = [] include Aws::Structure end |