Module: Aws::Omics::Client::_GetRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #accelerators ⇒ "GPU"
- #arn ⇒ ::String
- #batch_id ⇒ ::String
- #cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
- #cache_id ⇒ ::String
- #configuration ⇒ Types::ConfigurationDetails
- #creation_time ⇒ ::Time
- #definition ⇒ ::String
- #digest ⇒ ::String
- #engine_settings ⇒ Object
- #engine_version ⇒ ::String
- #failure_reason ⇒ ::String
- #id ⇒ ::String
- #log_level ⇒ "OFF", ...
- #log_location ⇒ Types::RunLogLocation
- #name ⇒ ::String
- #networking_mode ⇒ "RESTRICTED", "VPC"
- #output_uri ⇒ ::String
- #parameters ⇒ Object
- #priority ⇒ ::Integer
- #resource_digests ⇒ ::Hash[::String, ::String]
- #retention_mode ⇒ "RETAIN", "REMOVE"
- #role_arn ⇒ ::String
- #run_group_id ⇒ ::String
- #run_id ⇒ ::String
- #run_output_uri ⇒ ::String
- #scratch_storage_mode ⇒ "LOCAL", "SHARED"
- #start_time ⇒ ::Time
- #started_by ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_message ⇒ ::String
- #stop_time ⇒ ::Time
- #storage_capacity ⇒ ::Integer
- #storage_type ⇒ "STATIC", "DYNAMIC"
- #tags ⇒ ::Hash[::String, ::String]
- #uuid ⇒ ::String
- #vpc_config ⇒ Types::VpcConfigResponse
- #workflow_id ⇒ ::String
- #workflow_owner_id ⇒ ::String
- #workflow_type ⇒ "PRIVATE", "READY2RUN"
- #workflow_uuid ⇒ ::String
- #workflow_version_name ⇒ ::String
Instance Method Details
#accelerators ⇒ "GPU"
921 |
# File 'sig/client.rbs', line 921
def accelerators: () -> ("GPU")
|
#arn ⇒ ::String
894 |
# File 'sig/client.rbs', line 894
def arn: () -> ::String
|
#batch_id ⇒ ::String
906 |
# File 'sig/client.rbs', line 906
def batch_id: () -> ::String
|
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
897 |
# File 'sig/client.rbs', line 897
def cache_behavior: () -> ("CACHE_ON_FAILURE" | "CACHE_ALWAYS")
|
#cache_id ⇒ ::String
896 |
# File 'sig/client.rbs', line 896
def cache_id: () -> ::String
|
#configuration ⇒ Types::ConfigurationDetails
933 |
# File 'sig/client.rbs', line 933
def configuration: () -> Types::ConfigurationDetails
|
#creation_time ⇒ ::Time
916 |
# File 'sig/client.rbs', line 916
def creation_time: () -> ::Time
|
#definition ⇒ ::String
908 |
# File 'sig/client.rbs', line 908
def definition: () -> ::String
|
#digest ⇒ ::String
909 |
# File 'sig/client.rbs', line 909
def digest: () -> ::String
|
#engine_settings ⇒ Object
935 |
# File 'sig/client.rbs', line 935
def engine_settings: () -> untyped
|
#engine_version ⇒ ::String
898 |
# File 'sig/client.rbs', line 898
def engine_version: () -> ::String
|
#failure_reason ⇒ ::String
923 |
# File 'sig/client.rbs', line 923
def failure_reason: () -> ::String
|
#id ⇒ ::String
895 |
# File 'sig/client.rbs', line 895
def id: () -> ::String
|
#log_level ⇒ "OFF", ...
913 |
# File 'sig/client.rbs', line 913
def log_level: () -> ("OFF" | "FATAL" | "ERROR" | "ALL")
|
#log_location ⇒ Types::RunLogLocation
924 |
# File 'sig/client.rbs', line 924
def log_location: () -> Types::RunLogLocation
|
#name ⇒ ::String
904 |
# File 'sig/client.rbs', line 904
def name: () -> ::String
|
#networking_mode ⇒ "RESTRICTED", "VPC"
931 |
# File 'sig/client.rbs', line 931
def networking_mode: () -> ("RESTRICTED" | "VPC")
|
#output_uri ⇒ ::String
912 |
# File 'sig/client.rbs', line 912
def output_uri: () -> ::String
|
#parameters ⇒ Object
910 |
# File 'sig/client.rbs', line 910
def parameters: () -> untyped
|
#priority ⇒ ::Integer
907 |
# File 'sig/client.rbs', line 907
def priority: () -> ::Integer
|
#resource_digests ⇒ ::Hash[::String, ::String]
914 |
# File 'sig/client.rbs', line 914
def resource_digests: () -> ::Hash[::String, ::String]
|
#retention_mode ⇒ "RETAIN", "REMOVE"
922 |
# File 'sig/client.rbs', line 922
def retention_mode: () -> ("RETAIN" | "REMOVE")
|
#role_arn ⇒ ::String
903 |
# File 'sig/client.rbs', line 903
def role_arn: () -> ::String
|
#run_group_id ⇒ ::String
905 |
# File 'sig/client.rbs', line 905
def run_group_id: () -> ::String
|
#run_id ⇒ ::String
902 |
# File 'sig/client.rbs', line 902
def run_id: () -> ::String
|
#run_output_uri ⇒ ::String
926 |
# File 'sig/client.rbs', line 926
def run_output_uri: () -> ::String
|
#scratch_storage_mode ⇒ "LOCAL", "SHARED"
932 |
# File 'sig/client.rbs', line 932
def scratch_storage_mode: () -> ("LOCAL" | "SHARED")
|
#start_time ⇒ ::Time
917 |
# File 'sig/client.rbs', line 917
def start_time: () -> ::Time
|
#started_by ⇒ ::String
915 |
# File 'sig/client.rbs', line 915
def started_by: () -> ::String
|
#status ⇒ "PENDING", ...
899 |
# File 'sig/client.rbs', line 899
def status: () -> ("PENDING" | "STARTING" | "RUNNING" | "STOPPING" | "COMPLETED" | "DELETED" | "CANCELLED" | "FAILED")
|
#status_message ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def status_message: () -> ::String
|
#stop_time ⇒ ::Time
918 |
# File 'sig/client.rbs', line 918
def stop_time: () -> ::Time
|
#storage_capacity ⇒ ::Integer
911 |
# File 'sig/client.rbs', line 911
def storage_capacity: () -> ::Integer
|
#storage_type ⇒ "STATIC", "DYNAMIC"
927 |
# File 'sig/client.rbs', line 927
def storage_type: () -> ("STATIC" | "DYNAMIC")
|
#tags ⇒ ::Hash[::String, ::String]
920 |
# File 'sig/client.rbs', line 920
def tags: () -> ::Hash[::String, ::String]
|
#uuid ⇒ ::String
925 |
# File 'sig/client.rbs', line 925
def uuid: () -> ::String
|
#vpc_config ⇒ Types::VpcConfigResponse
934 |
# File 'sig/client.rbs', line 934
def vpc_config: () -> Types::VpcConfigResponse
|
#workflow_id ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def workflow_id: () -> ::String
|
#workflow_owner_id ⇒ ::String
928 |
# File 'sig/client.rbs', line 928
def workflow_owner_id: () -> ::String
|
#workflow_type ⇒ "PRIVATE", "READY2RUN"
901 |
# File 'sig/client.rbs', line 901
def workflow_type: () -> ("PRIVATE" | "READY2RUN")
|
#workflow_uuid ⇒ ::String
930 |
# File 'sig/client.rbs', line 930
def workflow_uuid: () -> ::String
|
#workflow_version_name ⇒ ::String
929 |
# File 'sig/client.rbs', line 929
def workflow_version_name: () -> ::String
|