Class: Aws::Types::DeleteUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#organization_id::String

Returns the value of attribute organization_id.

Returns:



365
366
367
# File 'sig/types.rbs', line 365

def organization_id
  @organization_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def user_id
  @user_id
end