Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def arn @arn end |
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def authentication_type @authentication_type end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def created_time @created_time end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def enabled @enabled end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def last_name @last_name end |
#status ⇒ ::String
Returns the value of attribute status.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def user_name @user_name end |