Class: Aws::ElastiCache::Types::ProcessedUpdateAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ProcessedUpdateAction
- Includes:
- Structure
- Defined in:
- 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
7379 7380 7381 7382 7383 7384 7385 7386 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7379 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
7379 7380 7381 7382 7383 7384 7385 7386 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7379 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
7379 7380 7381 7382 7383 7384 7385 7386 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7379 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
7379 7380 7381 7382 7383 7384 7385 7386 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7379 class ProcessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :update_action_status) SENSITIVE = [] include Aws::Structure end |