Class: Aws::Types::GetUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#is_admin ⇒ Boolean
Returns the value of attribute is_admin.
-
#last_activity ⇒ ::Integer
Returns the value of attribute last_activity.
-
#last_login ⇒ ::Integer
Returns the value of attribute last_login.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#suspended ⇒ Boolean
Returns the value of attribute suspended.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#first_name ⇒ ::String
Returns the value of attribute first_name.
458 459 460 |
# File 'sig/types.rbs', line 458 def first_name @first_name end |
#is_admin ⇒ Boolean
Returns the value of attribute is_admin.
461 462 463 |
# File 'sig/types.rbs', line 461 def is_admin @is_admin end |
#last_activity ⇒ ::Integer
Returns the value of attribute last_activity.
464 465 466 |
# File 'sig/types.rbs', line 464 def last_activity @last_activity end |
#last_login ⇒ ::Integer
Returns the value of attribute last_login.
465 466 467 |
# File 'sig/types.rbs', line 465 def last_login @last_login end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
459 460 461 |
# File 'sig/types.rbs', line 459 def last_name @last_name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
466 467 468 |
# File 'sig/types.rbs', line 466 def security_group_ids @security_group_ids end |
#status ⇒ ::Integer
Returns the value of attribute status.
463 464 465 |
# File 'sig/types.rbs', line 463 def status @status end |
#suspended ⇒ Boolean
Returns the value of attribute suspended.
462 463 464 |
# File 'sig/types.rbs', line 462 def suspended @suspended end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
457 458 459 |
# File 'sig/types.rbs', line 457 def user_id @user_id end |
#username ⇒ ::String
Returns the value of attribute username.
460 461 462 |
# File 'sig/types.rbs', line 460 def username @username end |