Module: Aws::Omics::Client::_StartReadSetExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartReadSetExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #destination ⇒ ::String
- #id ⇒ ::String
- #sequence_store_id ⇒ ::String
- #status ⇒ "SUBMITTED", ...
Instance Method Details
#creation_time ⇒ ::Time
1667 |
# File 'sig/client.rbs', line 1667
def creation_time: () -> ::Time
|
#destination ⇒ ::String
1665 |
# File 'sig/client.rbs', line 1665
def destination: () -> ::String
|
#id ⇒ ::String
1663 |
# File 'sig/client.rbs', line 1663
def id: () -> ::String
|
#sequence_store_id ⇒ ::String
1664 |
# File 'sig/client.rbs', line 1664
def sequence_store_id: () -> ::String
|
#status ⇒ "SUBMITTED", ...
1666 |
# File 'sig/client.rbs', line 1666
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "FAILED" | "COMPLETED" | "COMPLETED_WITH_FAILURES")
|