Class: Aws::Glue::Types::CreateGlossaryTermResponse

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)


6310
6311
6312
6313
6314
6315
6316
6317
6318
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6310

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


6310
6311
6312
6313
6314
6315
6316
6317
6318
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6310

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


6310
6311
6312
6313
6314
6315
6316
6317
6318
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6310

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

#nameString

The name of the glossary term.

Returns:

  • (String)


6310
6311
6312
6313
6314
6315
6316
6317
6318
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6310

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


6310
6311
6312
6313
6314
6315
6316
6317
6318
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6310

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