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

Description

 
Synopsis

Documentation

data SensitiveDataResult Source #

Contains a detected instance of sensitive data that are based on built-in identifiers.

See: newSensitiveDataResult smart constructor.

Constructors

SensitiveDataResult' 

Fields

Instances

Instances details
Eq SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

Read SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

Show SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

Generic SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

Associated Types

type Rep SensitiveDataResult :: Type -> Type #

NFData SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

Methods

rnf :: SensitiveDataResult -> () #

Hashable SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

ToJSON SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

FromJSON SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

type Rep SensitiveDataResult Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.SensitiveDataResult

type Rep SensitiveDataResult = D1 ('MetaData "SensitiveDataResult" "Amazonka.SecurityHub.Types.SensitiveDataResult" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "SensitiveDataResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SensitiveDataDetections])) :*: (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newSensitiveDataResult :: SensitiveDataResult Source #

Create a value of SensitiveDataResult 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:detections:SensitiveDataResult', sensitiveDataResult_detections - The list of detected instances of sensitive data.

$sel:category:SensitiveDataResult', sensitiveDataResult_category - The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.

$sel:totalCount:SensitiveDataResult', sensitiveDataResult_totalCount - The total number of occurrences of sensitive data.

sensitiveDataResult_detections :: Lens' SensitiveDataResult (Maybe [SensitiveDataDetections]) Source #

The list of detected instances of sensitive data.

sensitiveDataResult_category :: Lens' SensitiveDataResult (Maybe Text) Source #

The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.

sensitiveDataResult_totalCount :: Lens' SensitiveDataResult (Maybe Integer) Source #

The total number of occurrences of sensitive data.