Class: Aws::CloudFormation::Types::DeleteGeneratedTemplateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_template_nameString

The name or Amazon Resource Name (ARN) of a generated template.

Returns:

  • (String)


2071
2072
2073
2074
2075
# File 'lib/aws-sdk-cloudformation/types.rb', line 2071

class DeleteGeneratedTemplateInput < Struct.new(
  :generated_template_name)
  SENSITIVE = []
  include Aws::Structure
end