Class: Aws::MemoryDB::Types::BatchUpdateClusterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#processed_clustersArray<Types::Cluster>

The list of clusters that have been updated.

Returns:



193
194
195
196
197
198
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 193

class BatchUpdateClusterResponse < Struct.new(
  :processed_clusters,
  :unprocessed_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_clustersArray<Types::UnprocessedCluster>

The list of clusters where updates have not been applied.

Returns:



193
194
195
196
197
198
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 193

class BatchUpdateClusterResponse < Struct.new(
  :processed_clusters,
  :unprocessed_clusters)
  SENSITIVE = []
  include Aws::Structure
end