Class: Aws::ElastiCache::Types::NodeGroupUpdateStatus
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElastiCache::Types::NodeGroupUpdateStatus
 
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
The status of the service update on the node group
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #node_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the node group. 
- 
  
    
      #node_group_member_update_status  ⇒ Array<Types::NodeGroupMemberUpdateStatus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the service update on the node group member. 
Instance Attribute Details
#node_group_id ⇒ String
The ID of the node group
| 7106 7107 7108 7109 7110 7111 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7106 class NodeGroupUpdateStatus < Struct.new( :node_group_id, :node_group_member_update_status) SENSITIVE = [] include Aws::Structure end | 
#node_group_member_update_status ⇒ Array<Types::NodeGroupMemberUpdateStatus>
The status of the service update on the node group member
| 7106 7107 7108 7109 7110 7111 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7106 class NodeGroupUpdateStatus < Struct.new( :node_group_id, :node_group_member_update_status) SENSITIVE = [] include Aws::Structure end |