Class: Aws::SESV2::Types::MessageInsightsDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::MessageInsightsDataSource
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object that contains filters applied when performing the Message Insights export.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_date ⇒ Time
Represents the end date for the export interval as a timestamp.
-
#exclude ⇒ Types::MessageInsightsFilters
Filters for results to be excluded from the export file.
-
#include ⇒ Types::MessageInsightsFilters
Filters for results to be included in the export file.
-
#max_results ⇒ Integer
The maximum number of results.
-
#start_date ⇒ Time
Represents the start date for the export interval as a timestamp.
Instance Attribute Details
#end_date ⇒ Time
Represents the end date for the export interval as a timestamp. The end date is inclusive.
4994 4995 4996 4997 4998 4999 5000 5001 5002 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4994 class MessageInsightsDataSource < Struct.new( :start_date, :end_date, :include, :exclude, :max_results) SENSITIVE = [] include Aws::Structure end |
#exclude ⇒ Types::MessageInsightsFilters
Filters for results to be excluded from the export file.
4994 4995 4996 4997 4998 4999 5000 5001 5002 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4994 class MessageInsightsDataSource < Struct.new( :start_date, :end_date, :include, :exclude, :max_results) SENSITIVE = [] include Aws::Structure end |
#include ⇒ Types::MessageInsightsFilters
Filters for results to be included in the export file.
4994 4995 4996 4997 4998 4999 5000 5001 5002 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4994 class MessageInsightsDataSource < Struct.new( :start_date, :end_date, :include, :exclude, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results.
4994 4995 4996 4997 4998 4999 5000 5001 5002 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4994 class MessageInsightsDataSource < Struct.new( :start_date, :end_date, :include, :exclude, :max_results) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
Represents the start date for the export interval as a timestamp. The start date is inclusive.
4994 4995 4996 4997 4998 4999 5000 5001 5002 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4994 class MessageInsightsDataSource < Struct.new( :start_date, :end_date, :include, :exclude, :max_results) SENSITIVE = [] include Aws::Structure end |