Class: Aws::Types::GetUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
-
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
-
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_disabled_time ⇒ ::Integer
Returns the value of attribute last_disabled_time.
-
#last_enabled_time ⇒ ::Integer
Returns the value of attribute last_enabled_time.
-
#last_login_time ⇒ ::Integer
Returns the value of attribute last_login_time.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
373 374 375 |
# File 'sig/types.rbs', line 373 def api_access @api_access end |
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
374 375 376 |
# File 'sig/types.rbs', line 374 def api_access_principal_arn @api_access_principal_arn end |
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
375 376 377 |
# File 'sig/types.rbs', line 375 def create_time @create_time end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
371 372 373 |
# File 'sig/types.rbs', line 371 def email_address @email_address end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
369 370 371 |
# File 'sig/types.rbs', line 369 def first_name @first_name end |
#last_disabled_time ⇒ ::Integer
Returns the value of attribute last_disabled_time.
377 378 379 |
# File 'sig/types.rbs', line 377 def last_disabled_time @last_disabled_time end |
#last_enabled_time ⇒ ::Integer
Returns the value of attribute last_enabled_time.
376 377 378 |
# File 'sig/types.rbs', line 376 def last_enabled_time @last_enabled_time end |
#last_login_time ⇒ ::Integer
Returns the value of attribute last_login_time.
379 380 381 |
# File 'sig/types.rbs', line 379 def last_login_time @last_login_time end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
378 379 380 |
# File 'sig/types.rbs', line 378 def last_modified_time @last_modified_time end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
370 371 372 |
# File 'sig/types.rbs', line 370 def last_name @last_name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
368 369 370 |
# File 'sig/types.rbs', line 368 def status @status end |
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
372 373 374 |
# File 'sig/types.rbs', line 372 def type @type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def user_id @user_id end |