Class: Aws::Types::UpdateACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acl_name ⇒ ::String
Returns the value of attribute acl_name.
-
#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
#acl_name ⇒ ::String
Returns the value of attribute acl_name.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def acl_name @acl_name end |
#user_names_to_add ⇒ ::Array[::String]
Returns the value of attribute user_names_to_add.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 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.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def user_names_to_remove @user_names_to_remove end |