Class: Aws::MailManager::Types::GetArchiveSearchResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveSearchResultsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The response containing search results from a completed archive search.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rows ⇒ Array<Types::Row>
The list of email result objects matching the search criteria.
Instance Attribute Details
#rows ⇒ Array<Types::Row>
The list of email result objects matching the search criteria.
1370 1371 1372 1373 1374 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1370 class GetArchiveSearchResultsResponse < Struct.new( :rows) SENSITIVE = [] include Aws::Structure end |