FieldValueUnion
Object to store union of Field values.
Note
The Summary system field accepts 3000 characters while all other fields
        accept 500 characters.
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 3000. 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: