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

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 newly-created Access Control List.

Returns:



563
564
565
566
567
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 563

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