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_lastModifiedTime :: Lens' ExperimentSummary (Maybe UTCTime)
- experimentSummary_experimentName :: Lens' ExperimentSummary (Maybe Text)
- experimentSummary_experimentSource :: Lens' ExperimentSummary (Maybe ExperimentSource)
- experimentSummary_experimentArn :: Lens' ExperimentSummary (Maybe Text)
- experimentSummary_displayName :: Lens' ExperimentSummary (Maybe Text)
Documentation
data ExperimentSummary Source #
A summary of the properties of an experiment. To get the complete set of
properties, call the DescribeExperiment API and provide the
ExperimentName
.
See: newExperimentSummary
smart constructor.
ExperimentSummary' | |
|
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
- When the experiment was created.
$sel:lastModifiedTime:ExperimentSummary'
, experimentSummary_lastModifiedTime
- When the experiment was last modified.
$sel:experimentName:ExperimentSummary'
, experimentSummary_experimentName
- The name of the experiment.
$sel:experimentSource:ExperimentSummary'
, experimentSummary_experimentSource
- Undocumented member.
$sel:experimentArn:ExperimentSummary'
, experimentSummary_experimentArn
- The Amazon Resource Name (ARN) of the experiment.
$sel:displayName:ExperimentSummary'
, experimentSummary_displayName
- The name of the experiment as displayed. If DisplayName
isn't
specified, ExperimentName
is displayed.
experimentSummary_creationTime :: Lens' ExperimentSummary (Maybe UTCTime) Source #
When the experiment was created.
experimentSummary_lastModifiedTime :: Lens' ExperimentSummary (Maybe UTCTime) Source #
When the experiment was last modified.
experimentSummary_experimentName :: Lens' ExperimentSummary (Maybe Text) Source #
The name of the experiment.
experimentSummary_experimentSource :: Lens' ExperimentSummary (Maybe ExperimentSource) Source #
Undocumented member.
experimentSummary_experimentArn :: Lens' ExperimentSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the experiment.
experimentSummary_displayName :: Lens' ExperimentSummary (Maybe Text) Source #
The name of the experiment as displayed. If DisplayName
isn't
specified, ExperimentName
is displayed.