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 |
Documentation
Specifies the location of an occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file.
See: newRange
smart constructor.
Range' | |
|
Instances
Eq Range Source # | |
Read Range Source # | |
Show Range Source # | |
Generic Range Source # | |
NFData Range Source # | |
Defined in Amazonka.MacieV2.Types.Range | |
Hashable Range Source # | |
Defined in Amazonka.MacieV2.Types.Range | |
FromJSON Range Source # | |
type Rep Range Source # | |
Defined in Amazonka.MacieV2.Types.Range type Rep Range = D1 ('MetaData "Range" "Amazonka.MacieV2.Types.Range" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" '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 from the beginning of the file to the beginning of
the sensitive data.
$sel:end:Range'
, range_end
- The number of lines from the beginning of the file to the end of the
sensitive data.
$sel:startColumn:Range'
, range_startColumn
- The number of characters, with spaces and starting from 1, from the
beginning of the first line that contains the sensitive data (start) to
the beginning of the sensitive data.
range_start :: Lens' Range (Maybe Integer) Source #
The number of lines from the beginning of the file to the beginning of the sensitive data.