| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.Range
Description
Documentation
Identifies where the sensitive data begins and ends.
See: newRange smart constructor.
Constructors
| Range' | |
Fields
| |
Instances
| Eq Range Source # | |
| Read Range Source # | |
| Show Range Source # | |
| Generic Range Source # | |
| NFData Range Source # | |
Defined in Amazonka.SecurityHub.Types.Range | |
| Hashable Range Source # | |
Defined in Amazonka.SecurityHub.Types.Range | |
| ToJSON Range Source # | |
Defined in Amazonka.SecurityHub.Types.Range | |
| FromJSON Range Source # | |
| type Rep Range Source # | |
Defined in Amazonka.SecurityHub.Types.Range type Rep Range = D1 ('MetaData "Range" "Amazonka.SecurityHub.Types.Range" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "Range'" 'PrefixI 'True) (S1 ('MetaSel ('Just "start") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "end") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "startColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) | |
Create a value of Range with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:start:Range', range_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.
$sel:end:Range', range_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.
$sel:startColumn:Range', range_startColumn - In the line where the sensitive data starts, the column within the line
where the sensitive data starts.
range_start :: Lens' Range (Maybe Integer) Source #
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.