Class: Aws::MemoryDB::Types::UpdateACLResponse

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

Returns:



3730
3731
3732
3733
3734
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3730

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