Class: Aws::Types::UserGroupPendingChanges
- Inherits:
-
Object
- Object
- Aws::Types::UserGroupPendingChanges
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute user_ids_to_add.
-
#user_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute user_ids_to_remove.
Instance Attribute Details
#user_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute user_ids_to_add.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def user_ids_to_add @user_ids_to_add end |
#user_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute user_ids_to_remove.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def user_ids_to_remove @user_ids_to_remove end |