Class: Aws::EKS::Types::DescribeClusterRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DescribeClusterRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of your cluster.
 
Instance Attribute Details
#name ⇒ String
The name of your cluster.
      2509 2510 2511 2512 2513  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2509 class DescribeClusterRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |