Class: Aws::MemoryDB::Types::CreateACLResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aclTypes::ACL

The newly-created Access Control List.

Returns:



574
575
576
577
578
# File 'lib/aws-sdk-memorydb/types.rb', line 574

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