Class: Aws::MailManager::Types::ListArchiveSearchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ListArchiveSearchesResponse
- 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
-
#next_token ⇒ String
If present, use to retrieve the next page of results.
-
#searches ⇒ Array<Types::SearchSummary>
The list of search job identifiers and statuses.
Instance Attribute Details
#next_token ⇒ String
If present, use to retrieve the next page of results.
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 |
#searches ⇒ Array<Types::SearchSummary>
The list of search job identifiers and statuses.
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 |