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
1689 |
# File 'sig/client.rbs', line 1689
def creation_time: () -> ::Time
|
#id ⇒ ::String
1685 |
# File 'sig/client.rbs', line 1685
def id: () -> ::String
|
#role_arn ⇒ ::String
1687 |
# File 'sig/client.rbs', line 1687
def role_arn: () -> ::String
|
#sequence_store_id ⇒ ::String
1686 |
# File 'sig/client.rbs', line 1686
def sequence_store_id: () -> ::String
|
#status ⇒ "SUBMITTED", ...
1688 |
# File 'sig/client.rbs', line 1688
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "FAILED" | "COMPLETED" | "COMPLETED_WITH_FAILURES")
|