| 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.GroupDefinition
Description
Documentation
data GroupDefinition Source #
Represents a group when you specify a group by criteria or in the response to a query with a specific grouping.
See: newGroupDefinition smart constructor.
Constructors
| GroupDefinition' | |
Instances
newGroupDefinition :: GroupDefinition Source #
Create a value of GroupDefinition 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:key:GroupDefinition', groupDefinition_key - The string that represents a key for a specified group.
$sel:type':GroupDefinition', groupDefinition_type - The string that represents the type of group.
groupDefinition_key :: Lens' GroupDefinition (Maybe Text) Source #
The string that represents a key for a specified group.
groupDefinition_type :: Lens' GroupDefinition (Maybe GroupDefinitionType) Source #
The string that represents the type of group.