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.
953 954 955 956 957 |
# File 'lib/aws-sdk-memorydb/types.rb', line 953 class DeleteACLResponse < Struct.new( :acl) SENSITIVE = [] include Aws::Structure end |