Class: Aws::MemoryDB::Types::ClusterPendingUpdates
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ClusterPendingUpdates
- 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
-
#acls ⇒ Types::ACLsUpdateStatus
A list of ACLs associated with the cluster that are being updated.
-
#resharding ⇒ Types::ReshardingStatus
The status of an online resharding operation.
-
#service_updates ⇒ Array<Types::PendingModifiedServiceUpdate>
A list of service updates being applied to the cluster.
Instance Attribute Details
#acls ⇒ Types::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 |
#resharding ⇒ Types::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_updates ⇒ Array<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 |