Class: Aws::EKS::Types::DeleteNodegroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DeleteNodegroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #nodegroup  ⇒ Types::Nodegroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full description of your deleted node group.
 
Instance Attribute Details
#nodegroup ⇒ Types::Nodegroup
The full description of your deleted node group.
      2186 2187 2188 2189 2190  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2186 class DeleteNodegroupResponse < Struct.new( :nodegroup) SENSITIVE = [] include Aws::Structure end  |