Class: Aws::EKS::Types::AddonInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Information about an add-on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_nameString

The name of the add-on.

Returns:

  • (String)


319
320
321
322
323
324
325
326
327
328
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 319

class AddonInfo < Struct.new(
  :addon_name,
  :type,
  :addon_versions,
  :publisher,
  :owner,
  :marketplace_information)
  SENSITIVE = []
  include Aws::Structure
end

#addon_versionsArray<Types::AddonVersionInfo>

An object representing information about available add-on versions and compatible Kubernetes versions.

Returns:



319
320
321
322
323
324
325
326
327
328
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 319

class AddonInfo < Struct.new(
  :addon_name,
  :type,
  :addon_versions,
  :publisher,
  :owner,
  :marketplace_information)
  SENSITIVE = []
  include Aws::Structure
end

#marketplace_informationTypes::MarketplaceInformation

Information about the add-on from the Amazon Web Services Marketplace.



319
320
321
322
323
324
325
326
327
328
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 319

class AddonInfo < Struct.new(
  :addon_name,
  :type,
  :addon_versions,
  :publisher,
  :owner,
  :marketplace_information)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the add-on.

Returns:

  • (String)


319
320
321
322
323
324
325
326
327
328
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 319

class AddonInfo < Struct.new(
  :addon_name,
  :type,
  :addon_versions,
  :publisher,
  :owner,
  :marketplace_information)
  SENSITIVE = []
  include Aws::Structure
end

#publisherString

The publisher of the add-on.

Returns:

  • (String)


319
320
321
322
323
324
325
326
327
328
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 319

class AddonInfo < Struct.new(
  :addon_name,
  :type,
  :addon_versions,
  :publisher,
  :owner,
  :marketplace_information)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the add-on.

Returns:

  • (String)


319
320
321
322
323
324
325
326
327
328
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 319

class AddonInfo < Struct.new(
  :addon_name,
  :type,
  :addon_versions,
  :publisher,
  :owner,
  :marketplace_information)
  SENSITIVE = []
  include Aws::Structure
end