Class: Aws::MemoryDB::Types::DeleteACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteACLResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acl ⇒ Types::ACL
The Access Control List object that has been deleted.
Instance Attribute Details
#acl ⇒ Types::ACL
The Access Control List object that has been deleted.
1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1039 class DeleteACLResponse < Struct.new( :acl) SENSITIVE = [] include Aws::Structure end |