Class: Aws::MailManager::Types::StartArchiveSearchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StartArchiveSearchRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The request to initiate a search across emails in an archive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_id ⇒ String
The identifier of the archive to search emails in.
-
#filters ⇒ Types::ArchiveFilters
Criteria to filter which emails are included in the search results.
-
#from_timestamp ⇒ Time
The start timestamp of the range to search emails from.
-
#max_results ⇒ Integer
The maximum number of search results to return.
-
#to_timestamp ⇒ Time
The end timestamp of the range to search emails from.
Instance Attribute Details
#archive_id ⇒ String
The identifier of the archive to search emails in.
3379 3380 3381 3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3379 class StartArchiveSearchRequest < Struct.new( :archive_id, :filters, :from_timestamp, :max_results, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ArchiveFilters
Criteria to filter which emails are included in the search results.
3379 3380 3381 3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3379 class StartArchiveSearchRequest < Struct.new( :archive_id, :filters, :from_timestamp, :max_results, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#from_timestamp ⇒ Time
The start timestamp of the range to search emails from.
3379 3380 3381 3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3379 class StartArchiveSearchRequest < Struct.new( :archive_id, :filters, :from_timestamp, :max_results, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of search results to return.
3379 3380 3381 3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3379 class StartArchiveSearchRequest < Struct.new( :archive_id, :filters, :from_timestamp, :max_results, :to_timestamp) SENSITIVE = [] include Aws::Structure end |
#to_timestamp ⇒ Time
The end timestamp of the range to search emails from.
3379 3380 3381 3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3379 class StartArchiveSearchRequest < Struct.new( :archive_id, :filters, :from_timestamp, :max_results, :to_timestamp) SENSITIVE = [] include Aws::Structure end |