Class: Aws::MailManager::Types::SearchSummary

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

Overview

Summary details of an archive search job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#search_idString

The unique identifier of the search job.

Returns:

  • (String)


3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3148

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

#statusTypes::SearchStatus

The current status of the search job.

Returns:



3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3148

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