Class: Aws::Types::ACLPendingChanges
- Inherits:
-
Object
- Object
- Aws::Types::ACLPendingChanges
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_names_to_add ⇒ ::Array[::String]
Returns the value of attribute user_names_to_add.
-
#user_names_to_remove ⇒ ::Array[::String]
Returns the value of attribute user_names_to_remove.
Instance Attribute Details
#user_names_to_add ⇒ ::Array[::String]
Returns the value of attribute user_names_to_add.
30 31 32 |
# File 'sig/types.rbs', line 30 def user_names_to_add @user_names_to_add end |
#user_names_to_remove ⇒ ::Array[::String]
Returns the value of attribute user_names_to_remove.
29 30 31 |
# File 'sig/types.rbs', line 29 def user_names_to_remove @user_names_to_remove end |