Class: Aws::Glue::Types::UpdateGlossaryResponse

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)


31588
31589
31590
31591
31592
31593
31594
# File 'lib/aws-sdk-glue/types.rb', line 31588

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

#idString

The unique identifier of the glossary.

Returns:

  • (String)


31588
31589
31590
31591
31592
31593
31594
# File 'lib/aws-sdk-glue/types.rb', line 31588

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

#nameString

The name of the glossary.

Returns:

  • (String)


31588
31589
31590
31591
31592
31593
31594
# File 'lib/aws-sdk-glue/types.rb', line 31588

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