Class: Aws::MailManager::Types::GetArchiveSearchResultsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rowsArray<Types::Row>

The list of email result objects matching the search criteria.

Returns:



1297
1298
1299
1300
1301
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1297

class GetArchiveSearchResultsResponse < Struct.new(
  :rows)
  SENSITIVE = []
  include Aws::Structure
end