Class: Aws::MailManager::Types::GetArchiveSearchResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mailmanager/types.rb

Overview

The response containing details of the specified archive search job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_idString

The identifier of the archive the email search was performed in.

Returns:

  • (String)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-mailmanager/types.rb', line 1336

class GetArchiveSearchResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :max_results,
  :status,
  :to_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ArchiveFilters

The criteria used to filter emails included in the search.



1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-mailmanager/types.rb', line 1336

class GetArchiveSearchResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :max_results,
  :status,
  :to_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#from_timestampTime

The start timestamp of the range the searched emails cover.

Returns:

  • (Time)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-mailmanager/types.rb', line 1336

class GetArchiveSearchResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :max_results,
  :status,
  :to_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of search results to return.

Returns:

  • (Integer)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-mailmanager/types.rb', line 1336

class GetArchiveSearchResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :max_results,
  :status,
  :to_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::SearchStatus

The current status of the search job.

Returns:



1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-mailmanager/types.rb', line 1336

class GetArchiveSearchResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :max_results,
  :status,
  :to_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#to_timestampTime

The end timestamp of the range the searched emails cover.

Returns:

  • (Time)


1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# File 'lib/aws-sdk-mailmanager/types.rb', line 1336

class GetArchiveSearchResponse < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :max_results,
  :status,
  :to_timestamp)
  SENSITIVE = []
  include Aws::Structure
end