| 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.LookoutEquipment.Types.LabelGroupSummary
Description
Synopsis
- data LabelGroupSummary = LabelGroupSummary' {}
- newLabelGroupSummary :: LabelGroupSummary
- labelGroupSummary_createdAt :: Lens' LabelGroupSummary (Maybe UTCTime)
- labelGroupSummary_labelGroupArn :: Lens' LabelGroupSummary (Maybe Text)
- labelGroupSummary_labelGroupName :: Lens' LabelGroupSummary (Maybe Text)
- labelGroupSummary_updatedAt :: Lens' LabelGroupSummary (Maybe UTCTime)
Documentation
data LabelGroupSummary Source #
Contains information about the label group.
See: newLabelGroupSummary smart constructor.
Constructors
| LabelGroupSummary' | |
Instances
newLabelGroupSummary :: LabelGroupSummary Source #
Create a value of LabelGroupSummary 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:createdAt:LabelGroupSummary', labelGroupSummary_createdAt - The time at which the label group was created.
$sel:labelGroupArn:LabelGroupSummary', labelGroupSummary_labelGroupArn - The ARN of the label group.
$sel:labelGroupName:LabelGroupSummary', labelGroupSummary_labelGroupName - The name of the label group.
$sel:updatedAt:LabelGroupSummary', labelGroupSummary_updatedAt - The time at which the label group was updated.
labelGroupSummary_createdAt :: Lens' LabelGroupSummary (Maybe UTCTime) Source #
The time at which the label group was created.
labelGroupSummary_labelGroupArn :: Lens' LabelGroupSummary (Maybe Text) Source #
The ARN of the label group.
labelGroupSummary_labelGroupName :: Lens' LabelGroupSummary (Maybe Text) Source #
The name of the label group.
labelGroupSummary_updatedAt :: Lens' LabelGroupSummary (Maybe UTCTime) Source #
The time at which the label group was updated.