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)


1945
1946
1947
1948
1949
# File 'lib/aws-sdk-cloudformation/types.rb', line 1945

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