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
1786 |
# File 'sig/client.rbs', line 1786 def arn: () -> ::String |
#id ⇒ ::String
1785 |
# File 'sig/client.rbs', line 1785 def id: () -> ::String |
#status ⇒ "CREATING", ...
1787 |
# File 'sig/client.rbs', line 1787 def status: () -> ("CREATING" | "PENDING" | "SUBMITTING" | "INPROGRESS" | "STOPPING" | "CANCELLED" | "FAILED" | "PROCESSED" | "RUNS_DELETING" | "RUNS_DELETE_FAILED" | "RUNS_DELETED") |
#tags ⇒ ::Hash[::String, ::String]
1789 |
# File 'sig/client.rbs', line 1789 def tags: () -> ::Hash[::String, ::String] |
#uuid ⇒ ::String
1788 |
# File 'sig/client.rbs', line 1788 def uuid: () -> ::String |