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

Class: Aws::ElastiCache::Types::CacheNodeUpdateStatus

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

Overview

The status of the service update on the cache node

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_idString

The node ID of the cache cluster

Returns:

  • (String)

    The node ID of the cache cluster.

#node_deletion_dateTime

The deletion date of the node

Returns:

  • (Time)

    The deletion date of the node.

#node_update_end_dateTime

The end date of the update for a node

Returns:

  • (Time)

    The end date of the update for a node.

#node_update_initiated_byString

Reflects whether the update was initiated by the customer or automatically applied

Possible values:

  • system
  • customer

Returns:

  • (String)

    Reflects whether the update was initiated by the customer or automatically applied.

#node_update_initiated_dateTime

The date when the update is triggered

Returns:

  • (Time)

    The date when the update is triggered.

#node_update_start_dateTime

The start date of the update for a node

Returns:

  • (Time)

    The start date of the update for a node.

#node_update_statusString

The update status of the node

Possible values:

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

Returns:

  • (String)

    The update status of the node.

#node_update_status_modified_dateTime

The date when the NodeUpdateStatus was last modified>

Returns:

  • (Time)

    The date when the NodeUpdateStatus was last modified>.