libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.Page

Description

 
Synopsis

Documentation

data Page Source #

An occurrence of sensitive data in an Adobe Portable Document Format (PDF) file.

See: newPage smart constructor.

Constructors

Page' 

Fields

  • offsetRange :: Maybe Range

    An occurrence of sensitive data detected in a binary text file.

  • lineRange :: Maybe Range

    An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

  • pageNumber :: Maybe Integer

    The page number of the page that contains the sensitive data.

Instances

Instances details
Eq Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

Methods

(==) :: Page -> Page -> Bool #

(/=) :: Page -> Page -> Bool #

Read Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

Show Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

Methods

showsPrec :: Int -> Page -> ShowS #

show :: Page -> String #

showList :: [Page] -> ShowS #

Generic Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

Associated Types

type Rep Page :: Type -> Type #

Methods

from :: Page -> Rep Page x #

to :: Rep Page x -> Page #

NFData Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

Methods

rnf :: Page -> () #

Hashable Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

Methods

hashWithSalt :: Int -> Page -> Int #

hash :: Page -> Int #

ToJSON Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

FromJSON Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

type Rep Page Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Page

type Rep Page = D1 ('MetaData "Page" "Amazonka.SecurityHub.Types.Page" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "Page'" 'PrefixI 'True) (S1 ('MetaSel ('Just "offsetRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Range)) :*: (S1 ('MetaSel ('Just "lineRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Range)) :*: S1 ('MetaSel ('Just "pageNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newPage :: Page Source #

Create a value of Page 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:offsetRange:Page', page_offsetRange - An occurrence of sensitive data detected in a binary text file.

$sel:lineRange:Page', page_lineRange - An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

$sel:pageNumber:Page', page_pageNumber - The page number of the page that contains the sensitive data.

page_offsetRange :: Lens' Page (Maybe Range) Source #

An occurrence of sensitive data detected in a binary text file.

page_lineRange :: Lens' Page (Maybe Range) Source #

An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

page_pageNumber :: Lens' Page (Maybe Integer) Source #

The page number of the page that contains the sensitive data.