Method: Aws::MemoryDB::Types::UpdateACLResponse#acl
- Defined in:
- lib/aws-sdk-memorydb/types.rb
#acl ⇒ Types::ACL
The updated Access Control List.
3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3730 class UpdateACLResponse < Struct.new( :acl) SENSITIVE = [] include Aws::Structure end |