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
3081 3082 3083 3084 3085 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3081 class UpdateACLResponse < Struct.new( :acl) SENSITIVE = [] include Aws::Structure end |