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)


14689
14690
14691
14692
14693
14694
14695
14696
14697
# File 'lib/aws-sdk-glue/types.rb', line 14689

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)


14689
14690
14691
14692
14693
14694
14695
14696
14697
# File 'lib/aws-sdk-glue/types.rb', line 14689

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)


14689
14690
14691
14692
14693
14694
14695
14696
14697
# File 'lib/aws-sdk-glue/types.rb', line 14689

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)


14689
14690
14691
14692
14693
14694
14695
14696
14697
# File 'lib/aws-sdk-glue/types.rb', line 14689

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)


14689
14690
14691
14692
14693
14694
14695
14696
14697
# File 'lib/aws-sdk-glue/types.rb', line 14689

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