Method: Aws::MemoryDB::Types::ClusterPendingUpdates#acls

Defined in:
lib/aws-sdk-memorydb/types.rb

#aclsTypes::ACLsUpdateStatus

A list of ACLs associated with the cluster that are being updated



518
519
520
521
522
523
524
# File 'lib/aws-sdk-memorydb/types.rb', line 518

class ClusterPendingUpdates < Struct.new(
  :resharding,
  :acls,
  :service_updates)
  SENSITIVE = []
  include Aws::Structure
end