Class: Aws::ElastiCache::Types::BatchApplyUpdateActionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::BatchApplyUpdateActionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
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
208 209 210 211 212 213 214 |
# File '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_ids ⇒ Array<String>
The replication group IDs
208 209 210 211 212 213 214 |
# File '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_name ⇒ String
The unique ID of the service update
208 209 210 211 212 213 214 |
# File '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 |