Module: Aws::Omics::Client::_StartRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #configuration ⇒ Types::ConfigurationDetails
- #id ⇒ ::String
- #networking_mode ⇒ ::String
- #run_output_uri ⇒ ::String
- #status ⇒ "PENDING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #uuid ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1741 |
# File 'sig/client.rbs', line 1741
def arn: () -> ::String
|
#configuration ⇒ Types::ConfigurationDetails
1747 |
# File 'sig/client.rbs', line 1747
def configuration: () -> Types::ConfigurationDetails
|
#id ⇒ ::String
1742 |
# File 'sig/client.rbs', line 1742
def id: () -> ::String
|
#networking_mode ⇒ ::String
1748 |
# File 'sig/client.rbs', line 1748
def networking_mode: () -> ::String
|
#run_output_uri ⇒ ::String
1746 |
# File 'sig/client.rbs', line 1746
def run_output_uri: () -> ::String
|
#status ⇒ "PENDING", ...
1743 |
# File 'sig/client.rbs', line 1743
def status: () -> ("PENDING" | "STARTING" | "RUNNING" | "STOPPING" | "COMPLETED" | "DELETED" | "CANCELLED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1744 |
# File 'sig/client.rbs', line 1744
def tags: () -> ::Hash[::String, ::String]
|
#uuid ⇒ ::String
1745 |
# File 'sig/client.rbs', line 1745
def uuid: () -> ::String
|