Class: Aws::EKS::Types::PortRangeParameterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::PortRangeParameterConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
A port range parameter configuration with default value and constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constraints ⇒ Types::PortRangeConstraints
The constraints for the port range parameter.
-
#default_value ⇒ Types::ServiceNodePortRange
The default port range value.
Instance Attribute Details
#constraints ⇒ Types::PortRangeConstraints
The constraints for the port range parameter.
7467 7468 7469 7470 7471 7472 |
# File 'lib/aws-sdk-eks/types.rb', line 7467 class PortRangeParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ Types::ServiceNodePortRange
The default port range value.
7467 7468 7469 7470 7471 7472 |
# File 'lib/aws-sdk-eks/types.rb', line 7467 class PortRangeParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |