ReferenceSummary
Contains summary information about a reference. ReferenceSummary
contains only
one non null field between the URL and attachment based on the reference type.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- Attachment
-
Information about the reference when the
referenceType
isATTACHMENT
. Otherwise, null.Type: AttachmentReference object
Required: No
- Date
-
Information about a reference when the
referenceType
isDATE
. Otherwise, null.Type: DateReference object
Required: No
-
Information about a reference when the
referenceType
isEMAIL
. Otherwise, null.Type: EmailReference object
Required: No
- EmailMessage
-
Information about the reference when the referenceType is
EMAIL_MESSAGE
. Otherwise, null.Type: EmailMessageReference object
Required: No
- Number
-
Information about a reference when the
referenceType
isNUMBER
. Otherwise, null.Type: NumberReference object
Required: No
- String
-
Information about a reference when the
referenceType
isSTRING
. Otherwise, null.Type: StringReference object
Required: No
- Url
-
Information about the reference when the
referenceType
isURL
. Otherwise, null.Type: UrlReference object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: