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.
3892 3893 3894 3895 3896 3897 |
# File 'lib/aws-sdk-eks/types.rb', line 3892 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 .
3892 3893 3894 3895 3896 3897 |
# File 'lib/aws-sdk-eks/types.rb', line 3892 class DescribeAddonConfigurationRequest < Struct.new( :addon_name, :addon_version) SENSITIVE = [] include Aws::Structure end |