Class: Aws::Glue::Types::DeleteGlossaryTermRequest

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 unique identifier of the glossary term to delete.

Returns:

  • (String)


10102
10103
10104
10105
10106
# File 'lib/aws-sdk-glue/types.rb', line 10102

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