Class: Aws::Types::UserType
- Inherits:
-
Object
- Object
- Aws::Types::UserType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute attributes.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
-
#user_create_date ⇒ ::Time
Returns the value of attribute user_create_date.
-
#user_last_modified_date ⇒ ::Time
Returns the value of attribute user_last_modified_date.
-
#user_status ⇒ "UNCONFIRMED", ...
Returns the value of attribute user_status.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute attributes.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def attributes @attributes end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def enabled @enabled end |
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def @mfa_options end |
#user_create_date ⇒ ::Time
Returns the value of attribute user_create_date.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def user_create_date @user_create_date end |
#user_last_modified_date ⇒ ::Time
Returns the value of attribute user_last_modified_date.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def user_last_modified_date @user_last_modified_date end |
#user_status ⇒ "UNCONFIRMED", ...
Returns the value of attribute user_status.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def user_status @user_status end |
#username ⇒ ::String
Returns the value of attribute username.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def username @username end |