Class: Aws::Glue::Types::UpdateGlossaryTermResponse

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)


31654
31655
31656
31657
31658
31659
31660
31661
31662
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 31654

class UpdateGlossaryTermResponse < 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)


31654
31655
31656
31657
31658
31659
31660
31661
31662
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 31654

class UpdateGlossaryTermResponse < 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)


31654
31655
31656
31657
31658
31659
31660
31661
31662
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 31654

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

#nameString

The name of the glossary term.

Returns:

  • (String)


31654
31655
31656
31657
31658
31659
31660
31661
31662
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 31654

class UpdateGlossaryTermResponse < 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)


31654
31655
31656
31657
31658
31659
31660
31661
31662
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 31654

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