libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.Page

Description

 
Synopsis

Documentation

data Page Source #

Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.

See: newPage smart constructor.

Constructors

Page' 

Fields

Instances

Instances details
Eq Page Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Page

Methods

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

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

Read Page Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Page

Show Page Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Page

Methods

showsPrec :: Int -> Page -> ShowS #

show :: Page -> String #

showList :: [Page] -> ShowS #

Generic Page Source # 
Instance details

Defined in Amazonka.MacieV2.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.MacieV2.Types.Page

Methods

rnf :: Page -> () #

Hashable Page Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Page

Methods

hashWithSalt :: Int -> Page -> Int #

hash :: Page -> Int #

FromJSON Page Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Page

type Rep Page Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Page

type Rep Page = D1 ('MetaData "Page" "Amazonka.MacieV2.Types.Page" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" '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 - Reserved for future use.

$sel:lineRange:Page', page_lineRange - Reserved for future use.

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

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

Reserved for future use.

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

Reserved for future use.

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

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