Class: Aws::MemoryDB::Types::UpdateACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateACLResponse
- Includes:
- Structure
- Defined in:
- 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.
3386 3387 3388 3389 3390 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3386 class UpdateACLResponse < Struct.new( :acl) SENSITIVE = [] include Aws::Structure end |