Module: Aws::Wickr::Client::_GetUserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUserResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #first_name ⇒ ::String
- #is_admin ⇒ Boolean
- #last_activity ⇒ ::Integer
- #last_login ⇒ ::Integer
- #last_name ⇒ ::String
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ ::Integer
- #suspended ⇒ Boolean
- #user_id ⇒ ::String
- #username ⇒ ::String
Instance Method Details
#first_name ⇒ ::String
439 |
# File 'sig/client.rbs', line 439
def first_name: () -> ::String
|
#is_admin ⇒ Boolean
442 |
# File 'sig/client.rbs', line 442
def is_admin: () -> bool
|
#last_activity ⇒ ::Integer
445 |
# File 'sig/client.rbs', line 445
def last_activity: () -> ::Integer
|
#last_login ⇒ ::Integer
446 |
# File 'sig/client.rbs', line 446
def last_login: () -> ::Integer
|
#last_name ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def last_name: () -> ::String
|
#security_group_ids ⇒ ::Array[::String]
447 |
# File 'sig/client.rbs', line 447
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ ::Integer
444 |
# File 'sig/client.rbs', line 444
def status: () -> ::Integer
|
#suspended ⇒ Boolean
443 |
# File 'sig/client.rbs', line 443
def suspended: () -> bool
|
#user_id ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def user_id: () -> ::String
|
#username ⇒ ::String
441 |
# File 'sig/client.rbs', line 441
def username: () -> ::String
|