Class: Aws::MemoryDB::Types::BatchUpdateClusterRequest

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

#cluster_namesArray<String>

The cluster names to apply the updates.

Returns:

  • (Array<String>)


176
177
178
179
180
181
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 176

class BatchUpdateClusterRequest < Struct.new(
  :cluster_names,
  :service_update)
  SENSITIVE = []
  include Aws::Structure
end

#service_updateTypes::ServiceUpdateRequest

The unique ID of the service update



176
177
178
179
180
181
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 176

class BatchUpdateClusterRequest < Struct.new(
  :cluster_names,
  :service_update)
  SENSITIVE = []
  include Aws::Structure
end