Class: Aws::Types::EnableUserRequest

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)


254
255
256
# File 'sig/types.rbs', line 254

def client_token
  @client_token
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def user_id
  @user_id
end