Class: Aws::EKS::Types::AddonInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::AddonInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Information about an add-on.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #addon_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the add-on.
 - 
  
    
      #addon_versions  ⇒ Array<Types::AddonVersionInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object representing information about available add-on versions and compatible Kubernetes versions.
 - 
  
    
      #marketplace_information  ⇒ Types::MarketplaceInformation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the add-on from the Amazon Web Services Marketplace.
 - 
  
    
      #owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The owner of the add-on.
 - 
  
    
      #publisher  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The publisher of the add-on.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the add-on.
 
Instance Attribute Details
#addon_name ⇒ String
The name of the add-on.
      333 334 335 336 337 338 339 340 341 342  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 333 class AddonInfo < Struct.new( :addon_name, :type, :addon_versions, :publisher, :owner, :marketplace_information) SENSITIVE = [] include Aws::Structure end  | 
  
#addon_versions ⇒ Array<Types::AddonVersionInfo>
An object representing information about available add-on versions and compatible Kubernetes versions.
      333 334 335 336 337 338 339 340 341 342  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 333 class AddonInfo < Struct.new( :addon_name, :type, :addon_versions, :publisher, :owner, :marketplace_information) SENSITIVE = [] include Aws::Structure end  | 
  
#marketplace_information ⇒ Types::MarketplaceInformation
Information about the add-on from the Amazon Web Services Marketplace.
      333 334 335 336 337 338 339 340 341 342  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 333 class AddonInfo < Struct.new( :addon_name, :type, :addon_versions, :publisher, :owner, :marketplace_information) SENSITIVE = [] include Aws::Structure end  | 
  
#owner ⇒ String
The owner of the add-on.
      333 334 335 336 337 338 339 340 341 342  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 333 class AddonInfo < Struct.new( :addon_name, :type, :addon_versions, :publisher, :owner, :marketplace_information) SENSITIVE = [] include Aws::Structure end  |