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:



621
622
623
624
625
# File 'lib/aws-sdk-memorydb/types.rb', line 621

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