Class: Aws::EKS::Types::DescribeAddonConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_nameString

The name of the add-on. The name must match one of the names returned by ‘DescribeAddonVersions`.

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
# File 'lib/aws-sdk-eks/types.rb', line 2469

class DescribeAddonConfigurationRequest < Struct.new(
  :addon_name,
  :addon_version)
  SENSITIVE = []
  include Aws::Structure
end

#addon_versionString

The version of the add-on. The version must match one of the versions returned by [ ‘DescribeAddonVersions` ][1].

[1]: docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
# File 'lib/aws-sdk-eks/types.rb', line 2469

class DescribeAddonConfigurationRequest < Struct.new(
  :addon_name,
  :addon_version)
  SENSITIVE = []
  include Aws::Structure
end