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

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

#glossary_idString

The unique identifier of the glossary containing this term.

Returns:

  • (String)


14830
14831
14832
14833
14834
14835
14836
14837
14838
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14830

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)


14830
14831
14832
14833
14834
14835
14836
14837
14838
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14830

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)


14830
14831
14832
14833
14834
14835
14836
14837
14838
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14830

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)


14830
14831
14832
14833
14834
14835
14836
14837
14838
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14830

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)


14830
14831
14832
14833
14834
14835
14836
14837
14838
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14830

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