Class: Aws::MailManager::Types::StopArchiveSearchRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#search_idString

The identifier of the search job to stop.

Returns:

  • (String)


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