You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElastiCache::Types::ProcessedUpdateAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ProcessedUpdateAction
- Defined in:
- (unknown)
Overview
Update action that has been processed for the corresponding apply/stop request
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ String
The ID of the cache cluster.
-
#replication_group_id ⇒ String
The ID of the replication group.
-
#service_update_name ⇒ String
The unique ID of the service update.
-
#update_action_status ⇒ String
The status of the update action on the Redis cluster
Possible values:
- not-applied
- waiting-to-start
- in-progress
- stopping
- stopped
- complete
- scheduling
- scheduled
- not-applicable
Instance Attribute Details
#cache_cluster_id ⇒ String
The ID of the cache cluster
#replication_group_id ⇒ String
The ID of the replication group
#service_update_name ⇒ String
The unique ID of the service update
#update_action_status ⇒ String
The status of the update action on the Redis cluster
Possible values:
- not-applied
- waiting-to-start
- in-progress
- stopping
- stopped
- complete
- scheduling
- scheduled
- not-applicable