Module: Aws::BackupSearch::Client::_GetSearchResultExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSearchResultExportJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #export_job_arn ⇒ ::String
- #export_job_identifier ⇒ ::String
- #export_specification ⇒ Types::ExportSpecification
- #search_job_arn ⇒ ::String
- #status ⇒ "RUNNING", ...
- #status_message ⇒ ::String
Instance Method Details
#completion_time ⇒ ::Time
108 |
# File 'sig/client.rbs', line 108
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
107 |
# File 'sig/client.rbs', line 107
def creation_time: () -> ::Time
|
#export_job_arn ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def export_job_arn: () -> ::String
|
#export_job_identifier ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def export_job_identifier: () -> ::String
|
#export_specification ⇒ Types::ExportSpecification
110 |
# File 'sig/client.rbs', line 110
def export_specification: () -> Types::ExportSpecification
|
#search_job_arn ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def search_job_arn: () -> ::String
|
#status ⇒ "RUNNING", ...
106 |
# File 'sig/client.rbs', line 106
def status: () -> ("RUNNING" | "FAILED" | "COMPLETED")
|
#status_message ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def status_message: () -> ::String
|