You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Update action that has been processed for the corresponding apply/stop request

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The ID of the cache cluster

Returns:

  • (String)

    The ID of the cache cluster.

#replication_group_idString

The ID of the replication group

Returns:

  • (String)

    The ID of the replication group.

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)

    The unique ID of the service update.

#update_action_statusString

The status of the update action on the Redis cluster

Possible values:

  • not-applied
  • waiting-to-start
  • in-progress
  • stopping
  • stopped
  • complete
  • scheduling
  • scheduled
  • not-applicable

Returns:

  • (String)

    The status of the update action on the Redis cluster.