StructuredMessageListDefinition
Represents a list type node of the complex data structure.
Contents
- listType
-
The type of list of the structured message list definition.
Type: String
Valid Values:
FIXED_CAPACITY | DYNAMIC_UNBOUNDED_CAPACITY | DYNAMIC_BOUNDED_CAPACITY
Required: Yes
- memberType
-
The member type of the structured message list definition.
Type: StructuredMessage object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- name
-
The name of the structured message list definition.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 150.
Required: Yes
- capacity
-
The capacity of the structured message list definition when the list type is
FIXED_CAPACITY
orDYNAMIC_BOUNDED_CAPACITY
.Type: Integer
Valid Range: Minimum value of 0.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: