Class: Aws::MailManager::Types::StartArchiveSearchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StartArchiveSearchResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The response from initiating an archive search.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#search_id ⇒ String
The unique identifier for the initiated search job.
Instance Attribute Details
#search_id ⇒ String
The unique identifier for the initiated search job.
3442 3443 3444 3445 3446 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3442 class StartArchiveSearchResponse < Struct.new( :search_id) SENSITIVE = [] include Aws::Structure end |