Class: Aws::EKS::Types::PortRangeConstraints

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constraints for a port range parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_portTypes::IntegerRangeConstraint

The constraints for the maximum port value.



7997
7998
7999
8000
8001
8002
# File 'lib/aws-sdk-eks/types.rb', line 7997

class PortRangeConstraints < Struct.new(
  :min_port,
  :max_port)
  SENSITIVE = []
  include Aws::Structure
end

#min_portTypes::IntegerRangeConstraint

The constraints for the minimum port value.



7997
7998
7999
8000
8001
8002
# File 'lib/aws-sdk-eks/types.rb', line 7997

class PortRangeConstraints < Struct.new(
  :min_port,
  :max_port)
  SENSITIVE = []
  include Aws::Structure
end