Class: Aws::ElastiCache::Types::NodeGroupMemberUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::NodeGroupMemberUpdateStatus
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
The status of the service update on the node group member
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ String
The cache cluster ID.
-
#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_cluster_id ⇒ String
The cache cluster ID
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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 |
#cache_node_id ⇒ String
The node ID of the cache cluster
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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
6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6671 class NodeGroupMemberUpdateStatus < Struct.new( :cache_cluster_id, :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 |