Class: Aws::MailManager::Types::SearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::SearchSummary
- 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
-
#search_id ⇒ String
The unique identifier of the search job.
-
#status ⇒ Types::SearchStatus
The current status of the search job.
Instance Attribute Details
#search_id ⇒ String
The unique identifier of the search job.
3300 3301 3302 3303 3304 3305 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3300 class SearchSummary < Struct.new( :search_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::SearchStatus
The current status of the search job.
3300 3301 3302 3303 3304 3305 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3300 class SearchSummary < Struct.new( :search_id, :status) SENSITIVE = [] include Aws::Structure end |