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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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



463
464
465
466
467
468
469
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 463

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

#reshardingTypes::ReshardingStatus

The status of an online resharding operation.



463
464
465
466
467
468
469
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 463

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



463
464
465
466
467
468
469
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 463

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