Class: Aws::MemoryDB::Types::DeleteACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteACLResponse
- 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 Access Control List object that has been deleted.
Instance Attribute Details
#acl ⇒ Types::ACL
The Access Control List object that has been deleted.
937 938 939 940 941 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 937 class DeleteACLResponse < Struct.new( :acl) SENSITIVE = [] include Aws::Structure end |