Class: Aws::MailManager::Types::GetArchiveSearchResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveSearchResultsResponse
- Defined in:
- gems/aws-sdk-mailmanager/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.
1672 1673 1674 1675 1676 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1672 class GetArchiveSearchResultsResponse < Struct.new( :rows) SENSITIVE = [] include Aws::Structure end |