| 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 |
Amazonka.MigrationHubOrchestrator.Types.StepOutput
Description
Synopsis
Documentation
data StepOutput Source #
The output of the step.
See: newStepOutput smart constructor.
Constructors
| StepOutput' | |
Instances
newStepOutput :: StepOutput Source #
Create a value of StepOutput 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:dataType:StepOutput', stepOutput_dataType - The data type of the step output.
$sel:name:StepOutput', stepOutput_name - The name of the step.
$sel:required:StepOutput', stepOutput_required - Determine if an output is required from a step.
stepOutput_dataType :: Lens' StepOutput (Maybe DataType) Source #
The data type of the step output.
stepOutput_name :: Lens' StepOutput (Maybe Text) Source #
The name of the step.
stepOutput_required :: Lens' StepOutput (Maybe Bool) Source #
Determine if an output is required from a step.