Class: Aws::Types::UpdateGlossaryTermRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8044
8045
8046
# File 'sig/types.rbs', line 8044

def client_token
  @client_token
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


8040
8041
8042
# File 'sig/types.rbs', line 8040

def identifier
  @identifier
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


8043
8044
8045
# File 'sig/types.rbs', line 8043

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8041
8042
8043
# File 'sig/types.rbs', line 8041

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


8042
8043
8044
# File 'sig/types.rbs', line 8042

def short_description
  @short_description
end