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 TrialSummary = TrialSummary' {}
- newTrialSummary :: TrialSummary
- trialSummary_creationTime :: Lens' TrialSummary (Maybe UTCTime)
- trialSummary_trialArn :: Lens' TrialSummary (Maybe Text)
- trialSummary_lastModifiedTime :: Lens' TrialSummary (Maybe UTCTime)
- trialSummary_trialSource :: Lens' TrialSummary (Maybe TrialSource)
- trialSummary_displayName :: Lens' TrialSummary (Maybe Text)
- trialSummary_trialName :: Lens' TrialSummary (Maybe Text)
Documentation
data TrialSummary Source #
A summary of the properties of a trial. To get the complete set of
properties, call the DescribeTrial API and provide the TrialName
.
See: newTrialSummary
smart constructor.
TrialSummary' | |
|
Instances
newTrialSummary :: TrialSummary Source #
Create a value of TrialSummary
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:TrialSummary'
, trialSummary_creationTime
- When the trial was created.
$sel:trialArn:TrialSummary'
, trialSummary_trialArn
- The Amazon Resource Name (ARN) of the trial.
$sel:lastModifiedTime:TrialSummary'
, trialSummary_lastModifiedTime
- When the trial was last modified.
$sel:trialSource:TrialSummary'
, trialSummary_trialSource
- Undocumented member.
$sel:displayName:TrialSummary'
, trialSummary_displayName
- The name of the trial as displayed. If DisplayName
isn't specified,
TrialName
is displayed.
$sel:trialName:TrialSummary'
, trialSummary_trialName
- The name of the trial.
trialSummary_creationTime :: Lens' TrialSummary (Maybe UTCTime) Source #
When the trial was created.
trialSummary_trialArn :: Lens' TrialSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial.
trialSummary_lastModifiedTime :: Lens' TrialSummary (Maybe UTCTime) Source #
When the trial was last modified.
trialSummary_trialSource :: Lens' TrialSummary (Maybe TrialSource) Source #
Undocumented member.
trialSummary_displayName :: Lens' TrialSummary (Maybe Text) Source #
The name of the trial as displayed. If DisplayName
isn't specified,
TrialName
is displayed.
trialSummary_trialName :: Lens' TrialSummary (Maybe Text) Source #
The name of the trial.