Class: Aws::EKS::Types::DescribeNodegroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DescribeNodegroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of your cluster.
 - 
  
    
      #nodegroup_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the node group to describe.
 
Instance Attribute Details
#cluster_name ⇒ String
The name of your cluster.
      2649 2650 2651 2652 2653 2654  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2649 class DescribeNodegroupRequest < Struct.new( :cluster_name, :nodegroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#nodegroup_name ⇒ String
The name of the node group to describe.
      2649 2650 2651 2652 2653 2654  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2649 class DescribeNodegroupRequest < Struct.new( :cluster_name, :nodegroup_name) SENSITIVE = [] include Aws::Structure end  |