Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- 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.
628 629 630 |
# File 'sig/types.rbs', line 628 def api_access @api_access end |
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
629 630 631 |
# File 'sig/types.rbs', line 629 def api_access_principal_arn @api_access_principal_arn end |
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
630 631 632 |
# File 'sig/types.rbs', line 630 def create_time @create_time end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
626 627 628 |
# File 'sig/types.rbs', line 626 def email_address @email_address end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
624 625 626 |
# File 'sig/types.rbs', line 624 def first_name @first_name end |
#last_disabled_time ⇒ ::Integer
Returns the value of attribute last_disabled_time.
632 633 634 |
# File 'sig/types.rbs', line 632 def last_disabled_time @last_disabled_time end |
#last_enabled_time ⇒ ::Integer
Returns the value of attribute last_enabled_time.
631 632 633 |
# File 'sig/types.rbs', line 631 def last_enabled_time @last_enabled_time end |
#last_login_time ⇒ ::Integer
Returns the value of attribute last_login_time.
634 635 636 |
# File 'sig/types.rbs', line 634 def last_login_time @last_login_time end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
633 634 635 |
# File 'sig/types.rbs', line 633 def last_modified_time @last_modified_time end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
625 626 627 |
# File 'sig/types.rbs', line 625 def last_name @last_name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
623 624 625 |
# File 'sig/types.rbs', line 623 def status @status end |
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
627 628 629 |
# File 'sig/types.rbs', line 627 def type @type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def user_id @user_id end |