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)


9836
9837
9838
9839
9840
# File 'lib/aws-sdk-glue/types.rb', line 9836

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