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

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4210
4211
4212
# File 'sig/types.rbs', line 4210

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4211
4212
4213
# File 'sig/types.rbs', line 4211

def namespace
  @namespace
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


4209
4210
4211
# File 'sig/types.rbs', line 4209

def user_name
  @user_name
end