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 TrialComponentSimpleSummary = TrialComponentSimpleSummary' {}
- newTrialComponentSimpleSummary :: TrialComponentSimpleSummary
- trialComponentSimpleSummary_creationTime :: Lens' TrialComponentSimpleSummary (Maybe UTCTime)
- trialComponentSimpleSummary_createdBy :: Lens' TrialComponentSimpleSummary (Maybe UserContext)
- trialComponentSimpleSummary_trialComponentName :: Lens' TrialComponentSimpleSummary (Maybe Text)
- trialComponentSimpleSummary_trialComponentArn :: Lens' TrialComponentSimpleSummary (Maybe Text)
- trialComponentSimpleSummary_trialComponentSource :: Lens' TrialComponentSimpleSummary (Maybe TrialComponentSource)
Documentation
data TrialComponentSimpleSummary Source #
A short summary of a trial component.
See: newTrialComponentSimpleSummary
smart constructor.
TrialComponentSimpleSummary' | |
|
Instances
newTrialComponentSimpleSummary :: TrialComponentSimpleSummary Source #
Create a value of TrialComponentSimpleSummary
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:TrialComponentSimpleSummary'
, trialComponentSimpleSummary_creationTime
- When the component was created.
$sel:createdBy:TrialComponentSimpleSummary'
, trialComponentSimpleSummary_createdBy
- Undocumented member.
$sel:trialComponentName:TrialComponentSimpleSummary'
, trialComponentSimpleSummary_trialComponentName
- The name of the trial component.
$sel:trialComponentArn:TrialComponentSimpleSummary'
, trialComponentSimpleSummary_trialComponentArn
- The Amazon Resource Name (ARN) of the trial component.
$sel:trialComponentSource:TrialComponentSimpleSummary'
, trialComponentSimpleSummary_trialComponentSource
- Undocumented member.
trialComponentSimpleSummary_creationTime :: Lens' TrialComponentSimpleSummary (Maybe UTCTime) Source #
When the component was created.
trialComponentSimpleSummary_createdBy :: Lens' TrialComponentSimpleSummary (Maybe UserContext) Source #
Undocumented member.
trialComponentSimpleSummary_trialComponentName :: Lens' TrialComponentSimpleSummary (Maybe Text) Source #
The name of the trial component.
trialComponentSimpleSummary_trialComponentArn :: Lens' TrialComponentSimpleSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial component.
trialComponentSimpleSummary_trialComponentSource :: Lens' TrialComponentSimpleSummary (Maybe TrialComponentSource) Source #
Undocumented member.