Class: Aws::Types::UpdateGlossaryTermResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#glossary_id::String

Returns the value of attribute glossary_id.

Returns:

  • (::String)


8018
8019
8020
# File 'sig/types.rbs', line 8018

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8017
8018
8019
# File 'sig/types.rbs', line 8017

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


8021
8022
8023
# File 'sig/types.rbs', line 8021

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8019
8020
8021
# File 'sig/types.rbs', line 8019

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


8020
8021
8022
# File 'sig/types.rbs', line 8020

def short_description
  @short_description
end