Class: Aws::MailManager::Types::ListArchiveSearchesResponse

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

Overview

The response containing a list of archive search jobs and their statuses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If present, use to retrieve the next page of results.

Returns:

  • (String)


2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2721

class ListArchiveSearchesResponse < Struct.new(
  :searches,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#searchesArray<Types::SearchSummary>

The list of search job identifiers and statuses.

Returns:



2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2721

class ListArchiveSearchesResponse < Struct.new(
  :searches,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end