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 |
Documentation
data TrialComponentSource Source #
The Amazon Resource Name (ARN) and job type of the source of a trial component.
See: newTrialComponentSource
smart constructor.
TrialComponentSource' | |
|
Instances
newTrialComponentSource Source #
Create a value of TrialComponentSource
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:sourceType:TrialComponentSource'
, trialComponentSource_sourceType
- The source job type.
$sel:sourceArn:TrialComponentSource'
, trialComponentSource_sourceArn
- The source Amazon Resource Name (ARN).
trialComponentSource_sourceType :: Lens' TrialComponentSource (Maybe Text) Source #
The source job type.
trialComponentSource_sourceArn :: Lens' TrialComponentSource Text Source #
The source Amazon Resource Name (ARN).