WorkflowStepOutputUnion
A structure to hold multiple values of an output.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- integerValue
-
The integer value.
Type: Integer
Required: No
- listOfStringValue
-
The list of string value.
Type: Array of strings
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: No
- stringValue
-
The string value.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: