Class: Aws::MemoryDB::Types::BatchUpdateClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::BatchUpdateClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_names ⇒ Array<String>
The cluster names to apply the updates.
-
#service_update ⇒ Types::ServiceUpdateRequest
The unique ID of the service update.
Instance Attribute Details
#cluster_names ⇒ Array<String>
The cluster names to apply the updates.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-memorydb/types.rb', line 176 class BatchUpdateClusterRequest < Struct.new( :cluster_names, :service_update) SENSITIVE = [] include Aws::Structure end |
#service_update ⇒ Types::ServiceUpdateRequest
The unique ID of the service update
176 177 178 179 180 181 |
# File 'lib/aws-sdk-memorydb/types.rb', line 176 class BatchUpdateClusterRequest < Struct.new( :cluster_names, :service_update) SENSITIVE = [] include Aws::Structure end |