MessageInsightsDataSource
An object that contains filters applied when performing the Message Insights export.
Contents
- EndDate
-
Represents the end date for the export interval as a timestamp. The end date is inclusive.
Type: Timestamp
Required: Yes
- StartDate
-
Represents the start date for the export interval as a timestamp. The start date is inclusive.
Type: Timestamp
Required: Yes
- Exclude
-
Filters for results to be excluded from the export file.
Type: MessageInsightsFilters object
Required: No
- Include
-
Filters for results to be included in the export file.
Type: MessageInsightsFilters object
Required: No
- MaxResults
-
The maximum number of results.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 10000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: