Class: Aws::MailManager::Types::StopArchiveSearchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::StopArchiveSearchRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The request to stop an in-progress archive search job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#search_id ⇒ String
The identifier of the search job to stop.
Instance Attribute Details
#search_id ⇒ String
The identifier of the search job to stop.
3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3480 class StopArchiveSearchRequest < Struct.new( :search_id) SENSITIVE = [] include Aws::Structure end |