class Aws::SecurityHub::Types::PortRange

A range of ports.

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

data as a hash:

    {
      begin: 1,
      end: 1,
    }

@!attribute [rw] begin

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

@!attribute [rw] end

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

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

Constants

SENSITIVE