Class: Aws::MailManager::Types::StartArchiveSearchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StartArchiveSearchResponse
- Defined in:
- gems/aws-sdk-mailmanager/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.
4158 4159 4160 4161 4162 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4158 class StartArchiveSearchResponse < Struct.new( :search_id) SENSITIVE = [] include Aws::Structure end |