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

Description

 
Synopsis

Documentation

data InsightResultValue Source #

The insight result values returned by the GetInsightResults operation.

See: newInsightResultValue smart constructor.

Constructors

InsightResultValue' 

Fields

  • groupByAttributeValue :: Text

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

  • count :: Int

    The number of findings returned for each GroupByAttributeValue.

Instances

Instances details
Eq InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

Read InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

Show InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

Generic InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

Associated Types

type Rep InsightResultValue :: Type -> Type #

NFData InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

Methods

rnf :: InsightResultValue -> () #

Hashable InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

FromJSON InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

type Rep InsightResultValue Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.InsightResultValue

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

newInsightResultValue Source #

Create a value of InsightResultValue 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:groupByAttributeValue:InsightResultValue', insightResultValue_groupByAttributeValue - The value of the attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.

$sel:count:InsightResultValue', insightResultValue_count - The number of findings returned for each GroupByAttributeValue.

insightResultValue_groupByAttributeValue :: Lens' InsightResultValue Text Source #

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

insightResultValue_count :: Lens' InsightResultValue Int Source #

The number of findings returned for each GroupByAttributeValue.