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)


8050
8051
8052
# File 'sig/types.rbs', line 8050

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8049
8050
8051
# File 'sig/types.rbs', line 8049

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


8053
8054
8055
# File 'sig/types.rbs', line 8053

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8051
8052
8053
# File 'sig/types.rbs', line 8051

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


8052
8053
8054
# File 'sig/types.rbs', line 8052

def short_description
  @short_description
end