class Aws::MemoryDB::Types::UpdateACLRequest

@note When making an API call, you may pass UpdateACLRequest

data as a hash:

    {
      acl_name: "String", # required
      user_names_to_add: ["UserName"],
      user_names_to_remove: ["UserName"],
    }

@!attribute [rw] acl_name

The name of the Access Control List
@return [String]

@!attribute [rw] user_names_to_add

The list of users to add to the Access Control List
@return [Array<String>]

@!attribute [rw] user_names_to_remove

The list of users to remove from the Access Control List
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/UpdateACLRequest AWS API Documentation

Constants

SENSITIVE