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.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def attributes @attributes end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def enabled @enabled end |
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def end |
#user_create_date ⇒ ::Time
Returns the value of attribute user_create_date.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def user_create_date @user_create_date end |
#user_last_modified_date ⇒ ::Time
Returns the value of attribute user_last_modified_date.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def user_last_modified_date @user_last_modified_date end |
#user_status ⇒ "UNCONFIRMED", ...
Returns the value of attribute user_status.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def user_status @user_status end |
#username ⇒ ::String
Returns the value of attribute username.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def username @username end |