Class: Aws::MailManager::Types::GetArchiveSearchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetArchiveSearchRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The request to retrieve details of a specific archive search job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#search_id ⇒ String
The identifier of the search job to get details for.
Instance Attribute Details
#search_id ⇒ String
The identifier of the search job to get details for.
1302 1303 1304 1305 1306 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1302 class GetArchiveSearchRequest < Struct.new( :search_id) SENSITIVE = [] include Aws::Structure end |