MemoryRecordMetadataValue
The value of a memory record metadata entry.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- dateTimeValue
-
A timestamp value in ISO 8601 UTC format.
Type: Timestamp
Required: No
- numberValue
-
A numeric value.
Type: Double
Required: No
- stringListValue
-
A list of string values.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9\s._:/=+@-]*Required: No
- stringValue
-
A string value.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9\s._:/=+@-]*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: