Class: Aws::ElastiCache::Types::CacheNodeUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheNodeUpdateStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
The status of the service update on the cache node
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_node_id ⇒ String
The node ID of the cache cluster.
-
#node_deletion_date ⇒ Time
The deletion date of the node.
-
#node_update_end_date ⇒ Time
The end date of the update for a node.
-
#node_update_initiated_by ⇒ String
Reflects whether the update was initiated by the customer or automatically applied.
-
#node_update_initiated_date ⇒ Time
The date when the update is triggered.
-
#node_update_start_date ⇒ Time
The start date of the update for a node.
-
#node_update_status ⇒ String
The update status of the node.
-
#node_update_status_modified_date ⇒ Time
The date when the NodeUpdateStatus was last modified>.
Instance Attribute Details
#cache_node_id ⇒ String
The node ID of the cache cluster
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |
#node_deletion_date ⇒ Time
The deletion date of the node
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |
#node_update_end_date ⇒ Time
The end date of the update for a node
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |
#node_update_initiated_by ⇒ String
Reflects whether the update was initiated by the customer or automatically applied
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |
#node_update_initiated_date ⇒ Time
The date when the update is triggered
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |
#node_update_start_date ⇒ Time
The start date of the update for a node
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |
#node_update_status ⇒ String
The update status of the node
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |
#node_update_status_modified_date ⇒ Time
The date when the NodeUpdateStatus was last modified>
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-elasticache/types.rb', line 994 class CacheNodeUpdateStatus < Struct.new( :cache_node_id, :node_update_status, :node_deletion_date, :node_update_start_date, :node_update_end_date, :node_update_initiated_by, :node_update_initiated_date, :node_update_status_modified_date) SENSITIVE = [] include Aws::Structure end |