Class: Aws::Types::ModifyUserGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyUserGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
-
#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
#engine ⇒ ::String
Returns the value of attribute engine.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def engine @engine end |
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def user_group_id @user_group_id end |
#user_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute user_ids_to_add.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 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.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def user_ids_to_remove @user_ids_to_remove end |