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.



1745
1746
1747
# File 'sig/types.rbs', line 1745

def max_port
  @max_port
end

#min_portTypes::IntegerRangeConstraint

Returns the value of attribute min_port.



1744
1745
1746
# File 'sig/types.rbs', line 1744

def min_port
  @min_port
end