Module: Aws::Omics::Client::_StartRunBatchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartRunBatchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #uuid ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1783 |
# File 'sig/client.rbs', line 1783
def arn: () -> ::String
|
#id ⇒ ::String
1782 |
# File 'sig/client.rbs', line 1782
def id: () -> ::String
|
#status ⇒ "CREATING", ...
1784 |
# File 'sig/client.rbs', line 1784
def status: () -> ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
1786 |
# File 'sig/client.rbs', line 1786
def tags: () -> ::Hash[::String, ::String]
|
#uuid ⇒ ::String
1785 |
# File 'sig/client.rbs', line 1785
def uuid: () -> ::String
|