Class: Aws::Types::UserPendingChanges
- Inherits:
-
Object
- Object
- Aws::Types::UserPendingChanges
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#console_access ⇒ Boolean
Returns the value of attribute console_access.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#pending_change ⇒ "CREATE", ...
Returns the value of attribute pending_change.
Instance Attribute Details
#console_access ⇒ Boolean
Returns the value of attribute console_access.
895 896 897 |
# File 'sig/types.rbs', line 895 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
896 897 898 |
# File 'sig/types.rbs', line 896 def groups @groups end |
#pending_change ⇒ "CREATE", ...
Returns the value of attribute pending_change.
897 898 899 |
# File 'sig/types.rbs', line 897 def pending_change @pending_change end |