Class: Aws::MailManager::Types::StartArchiveSearchResponse

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

Instance Attribute Details

#search_idString

The unique identifier for the initiated search job.

Returns:

  • (String)


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