FieldValueUnion
Object to store union of Field values.
Note
The Summary system field accepts up to 3000 characters, while all other fields accept up to 4100 characters. If you use multi-byte characters, the effective character limit may be lower.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- booleanValue
-
Can be either null, or have a Boolean value type. Only one value can be provided.
Type: Boolean
Required: No
- doubleValue
-
Can be either null, or have a Double number value type. Only one value can be provided.
Type: Double
Required: No
- emptyValue
-
An empty value.
Type: EmptyFieldValue object
Required: No
- stringValue
-
String value type.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4100.
Required: No
- userArnValue
-
Represents the user that performed the audit.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: