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 |
Synopsis
- data ExperimentSummary = ExperimentSummary' {}
- newExperimentSummary :: ExperimentSummary
- experimentSummary_creationTime :: Lens' ExperimentSummary (Maybe UTCTime)
- experimentSummary_experimentTemplateId :: Lens' ExperimentSummary (Maybe Text)
- experimentSummary_state :: Lens' ExperimentSummary (Maybe ExperimentState)
- experimentSummary_id :: Lens' ExperimentSummary (Maybe Text)
- experimentSummary_tags :: Lens' ExperimentSummary (Maybe (HashMap Text Text))
Documentation
data ExperimentSummary Source #
Provides a summary of an experiment.
See: newExperimentSummary
smart constructor.
Instances
newExperimentSummary :: ExperimentSummary Source #
Create a value of ExperimentSummary
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:creationTime:ExperimentSummary'
, experimentSummary_creationTime
- The time that the experiment was created.
$sel:experimentTemplateId:ExperimentSummary'
, experimentSummary_experimentTemplateId
- The ID of the experiment template.
$sel:state:ExperimentSummary'
, experimentSummary_state
- The state of the experiment.
$sel:id:ExperimentSummary'
, experimentSummary_id
- The ID of the experiment.
$sel:tags:ExperimentSummary'
, experimentSummary_tags
- The tags for the experiment.
experimentSummary_creationTime :: Lens' ExperimentSummary (Maybe UTCTime) Source #
The time that the experiment was created.
experimentSummary_experimentTemplateId :: Lens' ExperimentSummary (Maybe Text) Source #
The ID of the experiment template.
experimentSummary_state :: Lens' ExperimentSummary (Maybe ExperimentState) Source #
The state of the experiment.
experimentSummary_id :: Lens' ExperimentSummary (Maybe Text) Source #
The ID of the experiment.
experimentSummary_tags :: Lens' ExperimentSummary (Maybe (HashMap Text Text)) Source #
The tags for the experiment.