Module: Aws::Omics::Client::_GetWorkflowVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowVersionResponse]
- 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", ...
- #main ⇒ ::String
- #metadata ⇒ ::Hash[::String, ::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
- #version_name ⇒ ::String
- #workflow_bucket_owner_id ⇒ ::String
- #workflow_id ⇒ ::String
Instance Method Details
#accelerators ⇒ "GPU"
1136 |
# File 'sig/client.rbs', line 1136
def accelerators: () -> ("GPU")
|
#arn ⇒ ::String
1133 |
# File 'sig/client.rbs', line 1133
def arn: () -> ::String
|
#container_registry_map ⇒ Types::ContainerRegistryMap
1153 |
# File 'sig/client.rbs', line 1153
def container_registry_map: () -> Types::ContainerRegistryMap
|
#creation_time ⇒ ::Time
1137 |
# File 'sig/client.rbs', line 1137
def creation_time: () -> ::Time
|
#definition ⇒ ::String
1139 |
# File 'sig/client.rbs', line 1139
def definition: () -> ::String
|
#definition_repository_details ⇒ Types::DefinitionRepositoryDetails
1155 |
# File 'sig/client.rbs', line 1155
def definition_repository_details: () -> Types::DefinitionRepositoryDetails
|
#description ⇒ ::String
1138 |
# File 'sig/client.rbs', line 1138
def description: () -> ::String
|
#digest ⇒ ::String
1140 |
# File 'sig/client.rbs', line 1140
def digest: () -> ::String
|
#engine ⇒ "WDL", ...
1141 |
# File 'sig/client.rbs', line 1141
def engine: () -> ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
#main ⇒ ::String
1142 |
# File 'sig/client.rbs', line 1142
def main: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
1143 |
# File 'sig/client.rbs', line 1143
def metadata: () -> ::Hash[::String, ::String]
|
#parameter_template ⇒ ::Hash[::String, Types::WorkflowParameter]
1144 |
# File 'sig/client.rbs', line 1144
def parameter_template: () -> ::Hash[::String, Types::WorkflowParameter]
|
#profile_parameter_templates ⇒ ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
1158 |
# File 'sig/client.rbs', line 1158
def profile_parameter_templates: () -> ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
|
#profiles ⇒ ::Array[::String]
1157 |
# File 'sig/client.rbs', line 1157
def profiles: () -> ::Array[::String]
|
#readme ⇒ ::String
1154 |
# File 'sig/client.rbs', line 1154
def readme: () -> ::String
|
#readme_path ⇒ ::String
1156 |
# File 'sig/client.rbs', line 1156
def readme_path: () -> ::String
|
#status ⇒ "CREATING", ...
1145 |
# File 'sig/client.rbs', line 1145
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETED" | "FAILED" | "INACTIVE")
|
#status_message ⇒ ::String
1146 |
# File 'sig/client.rbs', line 1146
def status_message: () -> ::String
|
#storage_capacity ⇒ ::Integer
1148 |
# File 'sig/client.rbs', line 1148
def storage_capacity: () -> ::Integer
|
#storage_type ⇒ "STATIC", "DYNAMIC"
1147 |
# File 'sig/client.rbs', line 1147
def storage_type: () -> ("STATIC" | "DYNAMIC")
|
#tags ⇒ ::Hash[::String, ::String]
1150 |
# File 'sig/client.rbs', line 1150
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "PRIVATE", "READY2RUN"
1149 |
# File 'sig/client.rbs', line 1149
def type: () -> ("PRIVATE" | "READY2RUN")
|
#uuid ⇒ ::String
1151 |
# File 'sig/client.rbs', line 1151
def uuid: () -> ::String
|
#version_name ⇒ ::String
1135 |
# File 'sig/client.rbs', line 1135
def version_name: () -> ::String
|
#workflow_bucket_owner_id ⇒ ::String
1152 |
# File 'sig/client.rbs', line 1152
def workflow_bucket_owner_id: () -> ::String
|
#workflow_id ⇒ ::String
1134 |
# File 'sig/client.rbs', line 1134
def workflow_id: () -> ::String
|