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)


8038
8039
8040
# File 'sig/types.rbs', line 8038

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8037
8038
8039
# File 'sig/types.rbs', line 8037

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


8035
8036
8037
# File 'sig/types.rbs', line 8035

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8036
8037
8038
# File 'sig/types.rbs', line 8036

def name
  @name
end