Class: Aws::ElastiCache::Types::BatchApplyUpdateActionMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idsArray<String>

The cache cluster IDs

Returns:

  • (Array<String>)


208
209
210
211
212
213
214
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 208

class BatchApplyUpdateActionMessage < Struct.new(
  :replication_group_ids,
  :cache_cluster_ids,
  :service_update_name)
  SENSITIVE = []
  include Aws::Structure
end

#replication_group_idsArray<String>

The replication group IDs

Returns:

  • (Array<String>)


208
209
210
211
212
213
214
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 208

class BatchApplyUpdateActionMessage < Struct.new(
  :replication_group_ids,
  :cache_cluster_ids,
  :service_update_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)


208
209
210
211
212
213
214
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 208

class BatchApplyUpdateActionMessage < Struct.new(
  :replication_group_ids,
  :cache_cluster_ids,
  :service_update_name)
  SENSITIVE = []
  include Aws::Structure
end