class Aws::GlobalAccelerator::Types::PortRange

A complex type for a range of ports for a listener.

@note When making an API call, you may pass PortRange

data as a hash:

    {
      from_port: 1,
      to_port: 1,
    }

@!attribute [rw] from_port

The first port in the range of ports, inclusive.
@return [Integer]

@!attribute [rw] to_port

The last port in the range of ports, inclusive.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/PortRange AWS API Documentation

Constants

SENSITIVE