Class: Aws::MemoryDB::Types::DeleteACLResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aclTypes::ACL

The Access Control List object that has been deleted.

Returns:



936
937
938
939
940
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 936

class DeleteACLResponse < Struct.new(
  :acl)
  SENSITIVE = []
  include Aws::Structure
end