MetadataAttributeValue
Contains the value of the metadata attribute. Choose a type
and include the field that corresponds to it.
Contents
- type
-
The type of the metadata attribute.
Type: String
Valid Values:
BOOLEAN | NUMBER | STRING | STRING_LIST
Required: Yes
- booleanValue
-
The value of the Boolean metadata attribute.
Type: Boolean
Required: No
- numberValue
-
The value of the numeric metadata attribute.
Type: Double
Required: No
- stringListValue
-
An array of strings that define the value of the metadata attribute.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- stringValue
-
The value of the string metadata attribute.
Type: String
Length Constraints: Minimum length of 1. 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: