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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2177

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 .

Returns:

  • (String)


2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2177

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