| 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.WorkflowStepOutputUnion
Description
Synopsis
- data WorkflowStepOutputUnion = WorkflowStepOutputUnion' {
- integerValue :: Maybe Int
- listOfStringValue :: Maybe [Text]
- stringValue :: Maybe Text
- newWorkflowStepOutputUnion :: WorkflowStepOutputUnion
- workflowStepOutputUnion_integerValue :: Lens' WorkflowStepOutputUnion (Maybe Int)
- workflowStepOutputUnion_listOfStringValue :: Lens' WorkflowStepOutputUnion (Maybe [Text])
- workflowStepOutputUnion_stringValue :: Lens' WorkflowStepOutputUnion (Maybe Text)
Documentation
data WorkflowStepOutputUnion Source #
A structure to hold multiple values of an output.
See: newWorkflowStepOutputUnion smart constructor.
Constructors
| WorkflowStepOutputUnion' | |
Fields
| |
Instances
newWorkflowStepOutputUnion :: WorkflowStepOutputUnion Source #
Create a value of WorkflowStepOutputUnion 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:integerValue:WorkflowStepOutputUnion', workflowStepOutputUnion_integerValue - The integer value.
$sel:listOfStringValue:WorkflowStepOutputUnion', workflowStepOutputUnion_listOfStringValue - The list of string value.
$sel:stringValue:WorkflowStepOutputUnion', workflowStepOutputUnion_stringValue - The string value.
workflowStepOutputUnion_integerValue :: Lens' WorkflowStepOutputUnion (Maybe Int) Source #
The integer value.
workflowStepOutputUnion_listOfStringValue :: Lens' WorkflowStepOutputUnion (Maybe [Text]) Source #
The list of string value.
workflowStepOutputUnion_stringValue :: Lens' WorkflowStepOutputUnion (Maybe Text) Source #
The string value.