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:



3047
3048
3049
3050
3051
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3047

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