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

Description

 
Synopsis

Documentation

data GroupCount Source #

Provides a group of results for a query that retrieved aggregated statistical data about findings.

See: newGroupCount smart constructor.

Constructors

GroupCount' 

Fields

  • groupKey :: Maybe Text

    The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.

  • count :: Maybe Integer

    The total number of findings in the group of query results.

Instances

Instances details
Eq GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

Read GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

Show GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

Generic GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

Associated Types

type Rep GroupCount :: Type -> Type #

NFData GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

Methods

rnf :: GroupCount -> () #

Hashable GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

FromJSON GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

type Rep GroupCount Source # 
Instance details

Defined in Amazonka.MacieV2.Types.GroupCount

type Rep GroupCount = D1 ('MetaData "GroupCount" "Amazonka.MacieV2.Types.GroupCount" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "GroupCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newGroupCount :: GroupCount Source #

Create a value of GroupCount 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:groupKey:GroupCount', groupCount_groupKey - The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.

$sel:count:GroupCount', groupCount_count - The total number of findings in the group of query results.

groupCount_groupKey :: Lens' GroupCount (Maybe Text) Source #

The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.

groupCount_count :: Lens' GroupCount (Maybe Integer) Source #

The total number of findings in the group of query results.