class Aws::SecurityHub::Types::Range

Identifies where the sensitive data begins and ends.

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

data as a hash:

    {
      start: 1,
      end: 1,
      start_column: 1,
    }

@!attribute [rw] start

The number of lines (for a line range) or characters (for an offset
range) from the beginning of the file to the end of the sensitive
data.
@return [Integer]

@!attribute [rw] end

The number of lines (for a line range) or characters (for an offset
range) from the beginning of the file to the end of the sensitive
data.
@return [Integer]

@!attribute [rw] start_column

In the line where the sensitive data starts, the column within the
line where the sensitive data starts.
@return [Integer]

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

Constants

SENSITIVE