Class: Aws::EKS::Types::UpdateAddonResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::UpdateAddonResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #update  ⇒ Types::Update 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object representing an asynchronous update.
 
Instance Attribute Details
#update ⇒ Types::Update
An object representing an asynchronous update.
      5942 5943 5944 5945 5946  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5942 class UpdateAddonResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end  |