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.



7447
7448
7449
7450
7451
7452
# File 'lib/aws-sdk-eks/types.rb', line 7447

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

#min_portTypes::IntegerRangeConstraint

The constraints for the minimum port value.



7447
7448
7449
7450
7451
7452
# File 'lib/aws-sdk-eks/types.rb', line 7447

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