Class: Aws::MailManager::Types::GetArchiveSearchResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveSearchResultsRequest
- 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
-
#search_id ⇒ String
The identifier of the completed search job.
Instance Attribute Details
#search_id ⇒ String
The identifier of the completed search job.
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 |