Class: Aws::ElastiCache::Types::BatchApplyUpdateActionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::BatchApplyUpdateActionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Note:
When making an API call, you may pass BatchApplyUpdateActionMessage data as a hash:
{
replication_group_ids: ["String"],
cache_cluster_ids: ["String"],
service_update_name: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_cluster_ids ⇒ Array<String>
The cache cluster IDs.
-
#replication_group_ids ⇒ Array<String>
The replication group IDs.
-
#service_update_name ⇒ String
The unique ID of the service update.
Instance Attribute Details
#cache_cluster_ids ⇒ Array<String>
The cache cluster IDs
247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-elasticache/types.rb', line 247 class BatchApplyUpdateActionMessage < Struct.new( :replication_group_ids, :cache_cluster_ids, :service_update_name) SENSITIVE = [] include Aws::Structure end |
#replication_group_ids ⇒ Array<String>
The replication group IDs
247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-elasticache/types.rb', line 247 class BatchApplyUpdateActionMessage < Struct.new( :replication_group_ids, :cache_cluster_ids, :service_update_name) SENSITIVE = [] include Aws::Structure end |
#service_update_name ⇒ String
The unique ID of the service update
247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-elasticache/types.rb', line 247 class BatchApplyUpdateActionMessage < Struct.new( :replication_group_ids, :cache_cluster_ids, :service_update_name) SENSITIVE = [] include Aws::Structure end |