Module: Aws::Omics::Client::_StartReferenceImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartReferenceImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #reference_store_id ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "SUBMITTED", ...
Instance Method Details
#creation_time ⇒ ::Time
1721 |
# File 'sig/client.rbs', line 1721
def creation_time: () -> ::Time
|
#id ⇒ ::String
1717 |
# File 'sig/client.rbs', line 1717
def id: () -> ::String
|
#reference_store_id ⇒ ::String
1718 |
# File 'sig/client.rbs', line 1718
def reference_store_id: () -> ::String
|
#role_arn ⇒ ::String
1719 |
# File 'sig/client.rbs', line 1719
def role_arn: () -> ::String
|
#status ⇒ "SUBMITTED", ...
1720 |
# File 'sig/client.rbs', line 1720
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "FAILED" | "COMPLETED" | "COMPLETED_WITH_FAILURES")
|