Class: Aws::Glue::Types::GetGlossaryTermResponse

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

#glossary_idString

The unique identifier of the glossary containing this term.

Returns:

  • (String)


14199
14200
14201
14202
14203
14204
14205
14206
14207
# File 'lib/aws-sdk-glue/types.rb', line 14199

class GetGlossaryTermResponse < Struct.new(
  :id,
  :glossary_id,
  :name,
  :short_description,
  :long_description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the glossary term.

Returns:

  • (String)


14199
14200
14201
14202
14203
14204
14205
14206
14207
# File 'lib/aws-sdk-glue/types.rb', line 14199

class GetGlossaryTermResponse < Struct.new(
  :id,
  :glossary_id,
  :name,
  :short_description,
  :long_description)
  SENSITIVE = []
  include Aws::Structure
end

#long_descriptionString

The long description of the glossary term.

Returns:

  • (String)


14199
14200
14201
14202
14203
14204
14205
14206
14207
# File 'lib/aws-sdk-glue/types.rb', line 14199

class GetGlossaryTermResponse < Struct.new(
  :id,
  :glossary_id,
  :name,
  :short_description,
  :long_description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the glossary term.

Returns:

  • (String)


14199
14200
14201
14202
14203
14204
14205
14206
14207
# File 'lib/aws-sdk-glue/types.rb', line 14199

class GetGlossaryTermResponse < Struct.new(
  :id,
  :glossary_id,
  :name,
  :short_description,
  :long_description)
  SENSITIVE = []
  include Aws::Structure
end

#short_descriptionString

The short description of the glossary term.

Returns:

  • (String)


14199
14200
14201
14202
14203
14204
14205
14206
14207
# File 'lib/aws-sdk-glue/types.rb', line 14199

class GetGlossaryTermResponse < Struct.new(
  :id,
  :glossary_id,
  :name,
  :short_description,
  :long_description)
  SENSITIVE = []
  include Aws::Structure
end