Class: Aws::Glue::Types::GetGlossaryResponse

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

#descriptionString

The description of the glossary.

Returns:

  • (String)


14157
14158
14159
14160
14161
14162
14163
# File 'lib/aws-sdk-glue/types.rb', line 14157

class GetGlossaryResponse < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the glossary.

Returns:

  • (String)


14157
14158
14159
14160
14161
14162
14163
# File 'lib/aws-sdk-glue/types.rb', line 14157

class GetGlossaryResponse < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the glossary.

Returns:

  • (String)


14157
14158
14159
14160
14161
14162
14163
# File 'lib/aws-sdk-glue/types.rb', line 14157

class GetGlossaryResponse < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end