Class: Aws::EKS::Types::DeregisterClusterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DeregisterClusterResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ Types::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object representing an Amazon EKS cluster.
 
Instance Attribute Details
#cluster ⇒ Types::Cluster
An object representing an Amazon EKS cluster.
      2277 2278 2279 2280 2281  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2277 class DeregisterClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end  |