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)


355
356
357
358
359
360
361
362
363
364
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 355

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:



355
356
357
358
359
360
361
362
363
364
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 355

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.



355
356
357
358
359
360
361
362
363
364
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 355

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)


355
356
357
358
359
360
361
362
363
364
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 355

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)


355
356
357
358
359
360
361
362
363
364
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 355

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)


355
356
357
358
359
360
361
362
363
364
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 355

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