Class: Aws::Types::PortRangeConstraints

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_portTypes::IntegerRangeConstraint

Returns the value of attribute max_port.



1715
1716
1717
# File 'sig/types.rbs', line 1715

def max_port
  @max_port
end

#min_portTypes::IntegerRangeConstraint

Returns the value of attribute min_port.



1714
1715
1716
# File 'sig/types.rbs', line 1714

def min_port
  @min_port
end