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)


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_idString

The ID of the replication group

Returns:

  • (String)


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_nameString

The unique ID of the service update

Returns:

  • (String)


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_statusString

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

Returns:

  • (String)


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