Class: Aws::Types::UpdateGlossaryRequest

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)


7996
7997
7998
# File 'sig/types.rbs', line 7996

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7995
7996
7997
# File 'sig/types.rbs', line 7995

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


7993
7994
7995
# File 'sig/types.rbs', line 7993

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7994
7995
7996
# File 'sig/types.rbs', line 7994

def name
  @name
end