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

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

Instance Attribute Details

#cache_cluster_idString

The ID of the cache cluster

Returns:

  • (String)


7337
7338
7339
7340
7341
7342
7343
7344
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7337

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)


7337
7338
7339
7340
7341
7342
7343
7344
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7337

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)


7337
7338
7339
7340
7341
7342
7343
7344
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7337

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 Redis cluster

Returns:

  • (String)


7337
7338
7339
7340
7341
7342
7343
7344
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7337

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