Class: Aws::Types::UserSummary
- Inherits:
-
Object
- Object
- Aws::Types::UserSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pending_change ⇒ "CREATE", ...
Returns the value of attribute pending_change.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#pending_change ⇒ "CREATE", ...
Returns the value of attribute pending_change.
902 903 904 |
# File 'sig/types.rbs', line 902 def pending_change @pending_change end |
#username ⇒ ::String
Returns the value of attribute username.
903 904 905 |
# File 'sig/types.rbs', line 903 def username @username end |