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)


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