Module: Aws::Omics::Client::_GetReadSetExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReadSetExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #destination ⇒ ::String
- #id ⇒ ::String
- #read_sets ⇒ ::Array[Types::ExportReadSetDetail]
- #sequence_store_id ⇒ ::String
- #status ⇒ "SUBMITTED", ...
- #status_message ⇒ ::String
Instance Method Details
#completion_time ⇒ ::Time
768 |
# File 'sig/client.rbs', line 768 def completion_time: () -> ::Time |
#creation_time ⇒ ::Time
767 |
# File 'sig/client.rbs', line 767 def creation_time: () -> ::Time |
#destination ⇒ ::String
764 |
# File 'sig/client.rbs', line 764 def destination: () -> ::String |
#id ⇒ ::String
762 |
# File 'sig/client.rbs', line 762 def id: () -> ::String |
#read_sets ⇒ ::Array[Types::ExportReadSetDetail]
769 |
# File 'sig/client.rbs', line 769 def read_sets: () -> ::Array[Types::ExportReadSetDetail] |
#sequence_store_id ⇒ ::String
763 |
# File 'sig/client.rbs', line 763 def sequence_store_id: () -> ::String |
#status ⇒ "SUBMITTED", ...
765 |
# File 'sig/client.rbs', line 765 def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "FAILED" | "COMPLETED" | "COMPLETED_WITH_FAILURES") |
#status_message ⇒ ::String
766 |
# File 'sig/client.rbs', line 766 def status_message: () -> ::String |