Class: Aws::MailManager::Types::SearchStatus

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

Overview

The current status of an archive search job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timestampTime

The timestamp of when the search completed (if finished).

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3120

class SearchStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message if the search failed.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3120

class SearchStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the search job.

Returns:

  • (String)


3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3120

class SearchStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#submission_timestampTime

The timestamp of when the search was submitted.

Returns:

  • (Time)


3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3120

class SearchStatus < Struct.new(
  :completion_timestamp,
  :error_message,
  :state,
  :submission_timestamp)
  SENSITIVE = []
  include Aws::Structure
end