Class: Aws::ElastiCache::Types::NodeGroupMemberUpdateStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElastiCache::Types::NodeGroupMemberUpdateStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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
      7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 7062 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  |