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

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

Instance Attribute Details

#rowsArray<Types::Row>

The list of email result objects matching the search criteria.

Returns:



1370
1371
1372
1373
1374
# File 'lib/aws-sdk-mailmanager/types.rb', line 1370

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