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

Description

 
Synopsis

Documentation

data InsightResults Source #

The insight results returned by the GetInsightResults operation.

See: newInsightResults smart constructor.

Constructors

InsightResults' 

Fields

  • insightArn :: Text

    The ARN of the insight whose results are returned by the GetInsightResults operation.

  • groupByAttribute :: Text

    The attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.

  • resultValues :: [InsightResultValue]

    The list of insight result values returned by the GetInsightResults operation.

Instances

Instances details
Eq InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

Read InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

Show InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

Generic InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

Associated Types

type Rep InsightResults :: Type -> Type #

NFData InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

Methods

rnf :: InsightResults -> () #

Hashable InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

FromJSON InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

type Rep InsightResults Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResults

type Rep InsightResults = D1 ('MetaData "InsightResults" "Amazonka.SecurityHub.Types.InsightResults" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "InsightResults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insightArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "groupByAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [InsightResultValue]))))

newInsightResults Source #

Create a value of InsightResults 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:insightArn:InsightResults', insightResults_insightArn - The ARN of the insight whose results are returned by the GetInsightResults operation.

$sel:groupByAttribute:InsightResults', insightResults_groupByAttribute - The attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.

$sel:resultValues:InsightResults', insightResults_resultValues - The list of insight result values returned by the GetInsightResults operation.

insightResults_insightArn :: Lens' InsightResults Text Source #

The ARN of the insight whose results are returned by the GetInsightResults operation.

insightResults_groupByAttribute :: Lens' InsightResults Text Source #

The attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.

insightResults_resultValues :: Lens' InsightResults [InsightResultValue] Source #

The list of insight result values returned by the GetInsightResults operation.