Class: Aws::Glue::Types::DeleteFormTypeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the form type to delete.

Returns:

  • (String)


9823
9824
9825
9826
9827
# File 'lib/aws-sdk-glue/types.rb', line 9823

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