Module: Aws::Omics::Client::_GetReadSetImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReadSetImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #role_arn ⇒ ::String
- #sequence_store_id ⇒ ::String
- #sources ⇒ ::Array[Types::ImportReadSetSourceItem]
- #status ⇒ "SUBMITTED", ...
- #status_message ⇒ ::String
Instance Method Details
#completion_time ⇒ ::Time
786 |
# File 'sig/client.rbs', line 786
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
785 |
# File 'sig/client.rbs', line 785
def creation_time: () -> ::Time
|
#id ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def id: () -> ::String
|
#role_arn ⇒ ::String
782 |
# File 'sig/client.rbs', line 782
def role_arn: () -> ::String
|
#sequence_store_id ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def sequence_store_id: () -> ::String
|
#sources ⇒ ::Array[Types::ImportReadSetSourceItem]
787 |
# File 'sig/client.rbs', line 787
def sources: () -> ::Array[Types::ImportReadSetSourceItem]
|
#status ⇒ "SUBMITTED", ...
783 |
# File 'sig/client.rbs', line 783
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "FAILED" | "COMPLETED" | "COMPLETED_WITH_FAILURES")
|
#status_message ⇒ ::String
784 |
# File 'sig/client.rbs', line 784
def status_message: () -> ::String
|