Class: Aws::MemoryDB::Types::ClusterPendingUpdates

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

A list of updates being applied to the cluster

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aclsTypes::ACLsUpdateStatus

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



474
475
476
477
478
479
480
# File 'lib/aws-sdk-memorydb/types.rb', line 474

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

#reshardingTypes::ReshardingStatus

The status of an online resharding operation.



474
475
476
477
478
479
480
# File 'lib/aws-sdk-memorydb/types.rb', line 474

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

#service_updatesArray<Types::PendingModifiedServiceUpdate>

A list of service updates being applied to the cluster



474
475
476
477
478
479
480
# File 'lib/aws-sdk-memorydb/types.rb', line 474

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