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