Module: Aws::BackupSearch::Client::_GetSearchJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSearchJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #current_search_progress ⇒ Types::CurrentSearchProgress
- #encryption_key_arn ⇒ ::String
- #item_filters ⇒ Types::ItemFilters
- #name ⇒ ::String
- #search_job_arn ⇒ ::String
- #search_job_identifier ⇒ ::String
- #search_scope ⇒ Types::SearchScope
- #search_scope_summary ⇒ Types::SearchScopeSummary
- #status ⇒ "RUNNING", ...
- #status_message ⇒ ::String
Instance Method Details
#completion_time ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
92 |
# File 'sig/client.rbs', line 92
def creation_time: () -> ::Time
|
#current_search_progress ⇒ Types::CurrentSearchProgress
85 |
# File 'sig/client.rbs', line 85
def current_search_progress: () -> Types::CurrentSearchProgress
|
#encryption_key_arn ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def encryption_key_arn: () -> ::String
|
#item_filters ⇒ Types::ItemFilters
91 |
# File 'sig/client.rbs', line 91
def item_filters: () -> Types::ItemFilters
|
#name ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def name: () -> ::String
|
#search_job_arn ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def search_job_arn: () -> ::String
|
#search_job_identifier ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def search_job_identifier: () -> ::String
|
#search_scope ⇒ Types::SearchScope
90 |
# File 'sig/client.rbs', line 90
def search_scope: () -> Types::SearchScope
|
#search_scope_summary ⇒ Types::SearchScopeSummary
84 |
# File 'sig/client.rbs', line 84
def search_scope_summary: () -> Types::SearchScopeSummary
|
#status ⇒ "RUNNING", ...
89 |
# File 'sig/client.rbs', line 89
def status: () -> ("RUNNING" | "COMPLETED" | "STOPPING" | "STOPPED" | "FAILED")
|
#status_message ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def status_message: () -> ::String
|