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.
7916 7917 7918 7919 7920 7921 |
# File 'lib/aws-sdk-eks/types.rb', line 7916 class PortRangeParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ Types::ServiceNodePortRange
The default port range value.
7916 7917 7918 7919 7920 7921 |
# File 'lib/aws-sdk-eks/types.rb', line 7916 class PortRangeParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |