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)


1937
1938
1939
1940
1941
# File 'lib/aws-sdk-cloudformation/types.rb', line 1937

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