Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
One level of grouped data in the results.
See: newGroup
smart constructor.
Instances
Eq Group Source # | |
Read Group Source # | |
Show Group Source # | |
Generic Group Source # | |
NFData Group Source # | |
Defined in Amazonka.CostExplorer.Types.Group | |
Hashable Group Source # | |
Defined in Amazonka.CostExplorer.Types.Group | |
FromJSON Group Source # | |
type Rep Group Source # | |
Defined in Amazonka.CostExplorer.Types.Group type Rep Group = D1 ('MetaData "Group" "Amazonka.CostExplorer.Types.Group" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "Group'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MetricValue))) :*: S1 ('MetaSel ('Just "keys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) |
Create a value of Group
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:metrics:Group'
, group_metrics
- The metrics that are included in this group.
$sel:keys:Group'
, group_keys
- The keys that are included in this group.
group_metrics :: Lens' Group (Maybe (HashMap Text MetricValue)) Source #
The metrics that are included in this group.