Class: Aws::SESV2::Types::MessageInsightsDataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_dateTime

Represents the end date for the export interval as a timestamp. The end date is inclusive.

Returns:

  • (Time)


6445
6446
6447
6448
6449
6450
6451
6452
6453
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6445

class MessageInsightsDataSource < Struct.new(
  :start_date,
  :end_date,
  :include,
  :exclude,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#excludeTypes::MessageInsightsFilters

Filters for results to be excluded from the export file.



6445
6446
6447
6448
6449
6450
6451
6452
6453
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6445

class MessageInsightsDataSource < Struct.new(
  :start_date,
  :end_date,
  :include,
  :exclude,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#includeTypes::MessageInsightsFilters

Filters for results to be included in the export file.



6445
6446
6447
6448
6449
6450
6451
6452
6453
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6445

class MessageInsightsDataSource < Struct.new(
  :start_date,
  :end_date,
  :include,
  :exclude,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results.

If you don't specify MaxResults, the export returns a maximum of 1,000 results.

Returns:

  • (Integer)


6445
6446
6447
6448
6449
6450
6451
6452
6453
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6445

class MessageInsightsDataSource < Struct.new(
  :start_date,
  :end_date,
  :include,
  :exclude,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

Represents the start date for the export interval as a timestamp. The start date is inclusive.

Returns:

  • (Time)


6445
6446
6447
6448
6449
6450
6451
6452
6453
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6445

class MessageInsightsDataSource < Struct.new(
  :start_date,
  :end_date,
  :include,
  :exclude,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end