Class: Aws::MemoryDB::Types::BatchUpdateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::BatchUpdateClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#processed_clusters ⇒ Array<Types::Cluster>
The list of clusters that have been updated.
-
#unprocessed_clusters ⇒ Array<Types::UnprocessedCluster>
The list of clusters where updates have not been applied.
Instance Attribute Details
#processed_clusters ⇒ Array<Types::Cluster>
The list of clusters that have been updated.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-memorydb/types.rb', line 193 class BatchUpdateClusterResponse < Struct.new( :processed_clusters, :unprocessed_clusters) SENSITIVE = [] include Aws::Structure end |
#unprocessed_clusters ⇒ Array<Types::UnprocessedCluster>
The list of clusters where updates have not been applied.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-memorydb/types.rb', line 193 class BatchUpdateClusterResponse < Struct.new( :processed_clusters, :unprocessed_clusters) SENSITIVE = [] include Aws::Structure end |