Class: Aws::Types::DeactivateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def authentication_token
  @authentication_token
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def user_id
  @user_id
end