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

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def identity_store_id
  @identity_store_id
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def user_id
  @user_id
end