Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#identity_provider_identity_store_id ⇒ ::String
Returns the value of attribute identity_provider_identity_store_id.
-
#identity_provider_user_id ⇒ ::String
Returns the value of attribute identity_provider_user_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#user_role ⇒ "USER", ...
Returns the value of attribute user_role.
Instance Attribute Details
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def disabled_date @disabled_date end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def display_name @display_name end |
#email ⇒ ::String
Returns the value of attribute email.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def email @email end |
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def enabled_date @enabled_date end |
#id ⇒ ::String
Returns the value of attribute id.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def id @id end |
#identity_provider_identity_store_id ⇒ ::String
Returns the value of attribute identity_provider_identity_store_id.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def identity_provider_identity_store_id @identity_provider_identity_store_id end |
#identity_provider_user_id ⇒ ::String
Returns the value of attribute identity_provider_user_id.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def identity_provider_user_id @identity_provider_user_id end |
#name ⇒ ::String
Returns the value of attribute name.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def name @name end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def state @state end |
#user_role ⇒ "USER", ...
Returns the value of attribute user_role.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def user_role @user_role end |