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

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

Instance Attribute Details

#search_idString

The unique identifier for the initiated search job.

Returns:

  • (String)


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