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.SensitiveDataDetections

Description

 
Synopsis

Documentation

data SensitiveDataDetections Source #

The list of detected instances of sensitive data.

See: newSensitiveDataDetections smart constructor.

Constructors

SensitiveDataDetections' 

Fields

  • occurrences :: Maybe Occurrences

    Details about the sensitive data that was detected.

  • count :: Maybe Integer

    The total number of occurrences of sensitive data that were detected.

  • type' :: Maybe Text

    The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.

Instances

Instances details
Eq SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

Read SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

Show SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

Generic SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

Associated Types

type Rep SensitiveDataDetections :: Type -> Type #

NFData SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

Methods

rnf :: SensitiveDataDetections -> () #

Hashable SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

ToJSON SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

FromJSON SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

type Rep SensitiveDataDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataDetections

type Rep SensitiveDataDetections = D1 ('MetaData "SensitiveDataDetections" "Amazonka.SecurityHub.Types.SensitiveDataDetections" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "SensitiveDataDetections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "occurrences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Occurrences)) :*: (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSensitiveDataDetections :: SensitiveDataDetections Source #

Create a value of SensitiveDataDetections 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:occurrences:SensitiveDataDetections', sensitiveDataDetections_occurrences - Details about the sensitive data that was detected.

$sel:count:SensitiveDataDetections', sensitiveDataDetections_count - The total number of occurrences of sensitive data that were detected.

$sel:type':SensitiveDataDetections', sensitiveDataDetections_type - The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.

sensitiveDataDetections_occurrences :: Lens' SensitiveDataDetections (Maybe Occurrences) Source #

Details about the sensitive data that was detected.

sensitiveDataDetections_count :: Lens' SensitiveDataDetections (Maybe Integer) Source #

The total number of occurrences of sensitive data that were detected.

sensitiveDataDetections_type :: Lens' SensitiveDataDetections (Maybe Text) Source #

The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.