Class: Aws::ElastiCache::Types::ProcessedUpdateAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cache_cluster_idString

The ID of the cache cluster

Returns:

  • (String)


7389
7390
7391
7392
7393
7394
7395
7396
# File 'lib/aws-sdk-elasticache/types.rb', line 7389

class ProcessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :update_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#replication_group_idString

The ID of the replication group

Returns:

  • (String)


7389
7390
7391
7392
7393
7394
7395
7396
# File 'lib/aws-sdk-elasticache/types.rb', line 7389

class ProcessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :update_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)


7389
7390
7391
7392
7393
7394
7395
7396
# File 'lib/aws-sdk-elasticache/types.rb', line 7389

class ProcessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :update_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#update_action_statusString

The status of the update action on the Valkey or Redis OSS cluster

Returns:

  • (String)


7389
7390
7391
7392
7393
7394
7395
7396
# File 'lib/aws-sdk-elasticache/types.rb', line 7389

class ProcessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :update_action_status)
  SENSITIVE = []
  include Aws::Structure
end