Class: Aws::ElastiCache::Types::ProcessedUpdateAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ProcessedUpdateAction
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Update action that has been processed for the corresponding apply/stop request
Constant Summary collapse
- SENSITIVE =
[]
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 Valkey or Redis OSS cluster.
Instance Attribute Details
#cache_cluster_id ⇒ String
The ID of the cache cluster
7393 7394 7395 7396 7397 7398 7399 7400 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7393 class ProcessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :update_action_status) SENSITIVE = [] include Aws::Structure end |
#replication_group_id ⇒ String
The ID of the replication group
7393 7394 7395 7396 7397 7398 7399 7400 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7393 class ProcessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :update_action_status) SENSITIVE = [] include Aws::Structure end |
#service_update_name ⇒ String
The unique ID of the service update
7393 7394 7395 7396 7397 7398 7399 7400 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7393 class ProcessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :update_action_status) SENSITIVE = [] include Aws::Structure end |
#update_action_status ⇒ String
The status of the update action on the Valkey or Redis OSS cluster
7393 7394 7395 7396 7397 7398 7399 7400 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7393 class ProcessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :update_action_status) SENSITIVE = [] include Aws::Structure end |