Class: Aws::MailManager::Types::GetArchiveSearchResultsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The request to retrieve results from a completed archive search job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#search_idString

The identifier of the completed search job.

Returns:

  • (String)


1657
1658
1659
1660
1661
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1657

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