Class: Aws::Types::PortRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_port::Integer

Returns the value of attribute end_port.

Returns:

  • (::Integer)


460
461
462
# File 'sig/types.rbs', line 460

def end_port
  @end_port
end

#start_port::Integer

Returns the value of attribute start_port.

Returns:

  • (::Integer)


459
460
461
# File 'sig/types.rbs', line 459

def start_port
  @start_port
end