class Aws::SecurityHub::Types::PortRangeFromTo

A range of ports.

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

data as a hash:

    {
      from: 1,
      to: 1,
    }

@!attribute [rw] from

The first port in the port range.
@return [Integer]

@!attribute [rw] to

The last port in the port range.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/PortRangeFromTo AWS API Documentation

Constants

SENSITIVE