Class: Aws::Glue::Types::GetGlossaryTermRequest

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 retrieve.

Returns:

  • (String)


14467
14468
14469
14470
14471
# File 'lib/aws-sdk-glue/types.rb', line 14467

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