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.



1608
1609
1610
# File 'sig/types.rbs', line 1608

def max_port
  @max_port
end

#min_portTypes::IntegerRangeConstraint

Returns the value of attribute min_port.



1607
1608
1609
# File 'sig/types.rbs', line 1607

def min_port
  @min_port
end