Class: Aws::ElastiCache::Types::CacheNodeUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheNodeUpdateStatus
- Defined in:
- gems/aws-sdk-elasticache/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
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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>
984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 984 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 |