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