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.
4510 4511 4512 4513 4514 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4510 class StartArchiveSearchResponse < Struct.new( :search_id) SENSITIVE = [] include Aws::Structure end |