Class: Aws::Glue::Types::GetGlossaryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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 to retrieve.

Returns:

  • (String)


14150
14151
14152
14153
14154
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14150

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