Class: Aws::Types::UserGroupsUpdateStatus
- Inherits:
-
Object
- Object
- Aws::Types::UserGroupsUpdateStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_group_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute user_group_ids_to_add.
-
#user_group_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute user_group_ids_to_remove.
Instance Attribute Details
#user_group_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute user_group_ids_to_add.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def user_group_ids_to_add @user_group_ids_to_add end |
#user_group_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute user_group_ids_to_remove.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def user_group_ids_to_remove @user_group_ids_to_remove end |