amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.AccountAggregation

Description

 
Synopsis

Documentation

data AccountAggregation Source #

An object that contains details about an aggregation response based on Amazon Web Services accounts.

See: newAccountAggregation smart constructor.

Constructors

AccountAggregation' 

Fields

Instances

Instances details
ToJSON AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

Generic AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

Associated Types

type Rep AccountAggregation :: Type -> Type #

Read AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

Show AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

NFData AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

Methods

rnf :: AccountAggregation -> () #

Eq AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

Hashable AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

type Rep AccountAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.AccountAggregation

type Rep AccountAggregation = D1 ('MetaData "AccountAggregation" "Amazonka.Inspector2.Types.AccountAggregation" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "AccountAggregation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "findingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationFindingType)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationResourceType))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountSortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))))

newAccountAggregation :: AccountAggregation Source #

Create a value of AccountAggregation 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:findingType:AccountAggregation', accountAggregation_findingType - The type of finding.

$sel:resourceType:AccountAggregation', accountAggregation_resourceType - The type of resource.

$sel:sortBy:AccountAggregation', accountAggregation_sortBy - The value to sort by.

$sel:sortOrder:AccountAggregation', accountAggregation_sortOrder - The sort order (ascending or descending).

accountAggregation_sortOrder :: Lens' AccountAggregation (Maybe SortOrder) Source #

The sort order (ascending or descending).