Class: Aws::MailManager::Types::StartArchiveSearchRequest

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

Instance Attribute Details

#archive_idString

The identifier of the archive to search emails in.

Returns:

  • (String)


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

#filtersTypes::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_timestampTime

The start timestamp of the range to search emails from.

Returns:

  • (Time)


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_resultsInteger

The maximum number of search results to return.

Returns:

  • (Integer)


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_timestampTime

The end timestamp of the range to search emails from.

Returns:

  • (Time)


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