Module: Aws::Omics::Client::_GetWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #accelerators ⇒ "GPU"
- #arn ⇒ ::String
- #container_registry_map ⇒ Types::ContainerRegistryMap
- #creation_time ⇒ ::Time
- #definition ⇒ ::String
- #definition_repository_details ⇒ Types::DefinitionRepositoryDetails
- #description ⇒ ::String
- #digest ⇒ ::String
- #engine ⇒ "WDL", ...
- #id ⇒ ::String
- #main ⇒ ::String
- #metadata ⇒ ::Hash[::String, ::String]
- #name ⇒ ::String
- #parameter_template ⇒ ::Hash[::String, Types::WorkflowParameter]
- #profile_parameter_templates ⇒ ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
- #profiles ⇒ ::Array[::String]
- #readme ⇒ ::String
- #readme_path ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #storage_capacity ⇒ ::Integer
- #storage_type ⇒ "STATIC", "DYNAMIC"
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "PRIVATE", "READY2RUN"
- #uuid ⇒ ::String
Instance Method Details
#accelerators ⇒ "GPU"
1112 |
# File 'sig/client.rbs', line 1112
def accelerators: () -> ("GPU")
|
#arn ⇒ ::String
1096 |
# File 'sig/client.rbs', line 1096
def arn: () -> ::String
|
#container_registry_map ⇒ Types::ContainerRegistryMap
1115 |
# File 'sig/client.rbs', line 1115
def container_registry_map: () -> Types::ContainerRegistryMap
|
#creation_time ⇒ ::Time
1108 |
# File 'sig/client.rbs', line 1108
def creation_time: () -> ::Time
|
#definition ⇒ ::String
1103 |
# File 'sig/client.rbs', line 1103
def definition: () -> ::String
|
#definition_repository_details ⇒ Types::DefinitionRepositoryDetails
1117 |
# File 'sig/client.rbs', line 1117
def definition_repository_details: () -> Types::DefinitionRepositoryDetails
|
#description ⇒ ::String
1101 |
# File 'sig/client.rbs', line 1101
def description: () -> ::String
|
#digest ⇒ ::String
1105 |
# File 'sig/client.rbs', line 1105
def digest: () -> ::String
|
#engine ⇒ "WDL", ...
1102 |
# File 'sig/client.rbs', line 1102
def engine: () -> ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
#id ⇒ ::String
1097 |
# File 'sig/client.rbs', line 1097
def id: () -> ::String
|
#main ⇒ ::String
1104 |
# File 'sig/client.rbs', line 1104
def main: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
1111 |
# File 'sig/client.rbs', line 1111
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
1100 |
# File 'sig/client.rbs', line 1100
def name: () -> ::String
|
#parameter_template ⇒ ::Hash[::String, Types::WorkflowParameter]
1106 |
# File 'sig/client.rbs', line 1106
def parameter_template: () -> ::Hash[::String, Types::WorkflowParameter]
|
#profile_parameter_templates ⇒ ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
1120 |
# File 'sig/client.rbs', line 1120
def profile_parameter_templates: () -> ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
|
#profiles ⇒ ::Array[::String]
1119 |
# File 'sig/client.rbs', line 1119
def profiles: () -> ::Array[::String]
|
#readme ⇒ ::String
1116 |
# File 'sig/client.rbs', line 1116
def readme: () -> ::String
|
#readme_path ⇒ ::String
1118 |
# File 'sig/client.rbs', line 1118
def readme_path: () -> ::String
|
#status ⇒ "CREATING", ...
1098 |
# File 'sig/client.rbs', line 1098
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETED" | "FAILED" | "INACTIVE")
|
#status_message ⇒ ::String
1109 |
# File 'sig/client.rbs', line 1109
def status_message: () -> ::String
|
#storage_capacity ⇒ ::Integer
1107 |
# File 'sig/client.rbs', line 1107
def storage_capacity: () -> ::Integer
|
#storage_type ⇒ "STATIC", "DYNAMIC"
1113 |
# File 'sig/client.rbs', line 1113
def storage_type: () -> ("STATIC" | "DYNAMIC")
|
#tags ⇒ ::Hash[::String, ::String]
1110 |
# File 'sig/client.rbs', line 1110
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "PRIVATE", "READY2RUN"
1099 |
# File 'sig/client.rbs', line 1099
def type: () -> ("PRIVATE" | "READY2RUN")
|
#uuid ⇒ ::String
1114 |
# File 'sig/client.rbs', line 1114
def uuid: () -> ::String
|