RelatedItemUpdateContent
Represents the content of a related item to be updated. This is a union type that can contain either comment content or custom content.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- comment
-
Represents the updated content of a
Commentrelated item.Type: CommentUpdateContent object
Required: No
- custom
-
Represents the updated content of a
Customrelated item.Type: CustomUpdateContent object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: