Class: Aws::MailManager::Types::GetArchiveSearchRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The request to retrieve details of a specific archive search job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#search_idString

The identifier of the search job to get details for.

Returns:

  • (String)


1229
1230
1231
1232
1233
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1229

class GetArchiveSearchRequest < Struct.new(
  :search_id)
  SENSITIVE = []
  include Aws::Structure
end