| 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.IoTDeviceAdvisor.Types.GroupResult
Description
Synopsis
Documentation
data GroupResult Source #
Show Group Result.
See: newGroupResult smart constructor.
Constructors
| GroupResult' | |
Instances
newGroupResult :: GroupResult Source #
Create a value of GroupResult 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:groupId:GroupResult', groupResult_groupId - Group result ID.
$sel:groupName:GroupResult', groupResult_groupName - Group Result Name.
$sel:tests:GroupResult', groupResult_tests - Tests under Group Result.
groupResult_groupId :: Lens' GroupResult (Maybe Text) Source #
Group result ID.
groupResult_groupName :: Lens' GroupResult (Maybe Text) Source #
Group Result Name.
groupResult_tests :: Lens' GroupResult (Maybe [TestCaseRun]) Source #
Tests under Group Result.