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

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

Returns:



3081
3082
3083
3084
3085
# File 'lib/aws-sdk-memorydb/types.rb', line 3081

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