Class: Aws::MemoryDB::Types::DeleteACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteACLRequest
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acl_name ⇒ String
The name of the Access Control List to delete.
Instance Attribute Details
#acl_name ⇒ String
The name of the Access Control List to delete
941 942 943 944 945 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 941 class DeleteACLRequest < Struct.new( :acl_name) SENSITIVE = [] include Aws::Structure end |