Class: Aws::EKS::Types::DescribeAddonConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeAddonConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The name of the add-on.
-
#addon_version ⇒ String
The version of the add-on.
Instance Attribute Details
#addon_name ⇒ String
The name of the add-on. The name must match one of the names returned by ‘DescribeAddonVersions`.
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_version ⇒ String
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
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 |