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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/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)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1263

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.



1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1263

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)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1263

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)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1263

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:



1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1263

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)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1263

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