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