Module: Aws::Omics::Client::_StartReadSetImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartReadSetImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #role_arn ⇒ ::String
- #sequence_store_id ⇒ ::String
- #status ⇒ "SUBMITTED", ...
Instance Method Details
#creation_time ⇒ ::Time
1691 |
# File 'sig/client.rbs', line 1691 def creation_time: () -> ::Time |
#id ⇒ ::String
1687 |
# File 'sig/client.rbs', line 1687 def id: () -> ::String |
#role_arn ⇒ ::String
1689 |
# File 'sig/client.rbs', line 1689 def role_arn: () -> ::String |
#sequence_store_id ⇒ ::String
1688 |
# File 'sig/client.rbs', line 1688 def sequence_store_id: () -> ::String |
#status ⇒ "SUBMITTED", ...
1690 |
# File 'sig/client.rbs', line 1690 def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "FAILED" | "COMPLETED" | "COMPLETED_WITH_FAILURES") |