Module: Aws::Omics::Client::_GetReferenceImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReferenceImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #reference_store_id ⇒ ::String
- #role_arn ⇒ ::String
- #sources ⇒ ::Array[Types::ImportReferenceSourceItem]
- #status ⇒ "SUBMITTED", ...
- #status_message ⇒ ::String
Instance Method Details
#completion_time ⇒ ::Time
845 |
# File 'sig/client.rbs', line 845
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
844 |
# File 'sig/client.rbs', line 844
def creation_time: () -> ::Time
|
#id ⇒ ::String
839 |
# File 'sig/client.rbs', line 839
def id: () -> ::String
|
#reference_store_id ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def reference_store_id: () -> ::String
|
#role_arn ⇒ ::String
841 |
# File 'sig/client.rbs', line 841
def role_arn: () -> ::String
|
#sources ⇒ ::Array[Types::ImportReferenceSourceItem]
846 |
# File 'sig/client.rbs', line 846
def sources: () -> ::Array[Types::ImportReferenceSourceItem]
|
#status ⇒ "SUBMITTED", ...
842 |
# File 'sig/client.rbs', line 842
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "FAILED" | "COMPLETED" | "COMPLETED_WITH_FAILURES")
|
#status_message ⇒ ::String
843 |
# File 'sig/client.rbs', line 843
def status_message: () -> ::String
|