Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def 
  @account_id
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def email
  @email
end

#user_type"PrivateUser", "SharedDevice"

Returns the value of attribute user_type.

Returns:

  • ("PrivateUser", "SharedDevice")


236
237
238
# File 'sig/types.rbs', line 236

def user_type
  @user_type
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def username
  @username
end