Class: Aws::EKS::Types::DescribeAddonRequest

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 [ ‘ListAddons` ][1].

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

Returns:

  • (String)


2385
2386
2387
2388
2389
2390
# File 'lib/aws-sdk-eks/types.rb', line 2385

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

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


2385
2386
2387
2388
2389
2390
# File 'lib/aws-sdk-eks/types.rb', line 2385

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