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)


8060
8061
8062
# File 'sig/types.rbs', line 8060

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8059
8060
8061
# File 'sig/types.rbs', line 8059

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


8063
8064
8065
# File 'sig/types.rbs', line 8063

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8061
8062
8063
# File 'sig/types.rbs', line 8061

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


8062
8063
8064
# File 'sig/types.rbs', line 8062

def short_description
  @short_description
end