Class: Aws::Types::CreateWorkflowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerators ⇒ "GPU"
Returns the value of attribute accelerators.
-
#container_registry_map ⇒ Types::ContainerRegistryMap
Returns the value of attribute container_registry_map.
-
#container_registry_map_uri ⇒ ::String
Returns the value of attribute container_registry_map_uri.
-
#definition_repository ⇒ Types::DefinitionRepository
Returns the value of attribute definition_repository.
-
#definition_uri ⇒ ::String
Returns the value of attribute definition_uri.
-
#definition_zip ⇒ ::String
Returns the value of attribute definition_zip.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ "WDL", ...
Returns the value of attribute engine.
-
#main ⇒ ::String
Returns the value of attribute main.
-
#parameter_template ⇒ ::Hash[::String, Types::WorkflowParameter]
Returns the value of attribute parameter_template.
-
#parameter_template_path ⇒ ::String
Returns the value of attribute parameter_template_path.
-
#readme_markdown ⇒ ::String
Returns the value of attribute readme_markdown.
-
#readme_path ⇒ ::String
Returns the value of attribute readme_path.
-
#readme_uri ⇒ ::String
Returns the value of attribute readme_uri.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#workflow_bucket_owner_id ⇒ ::String
Returns the value of attribute workflow_bucket_owner_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#accelerators ⇒ "GPU"
Returns the value of attribute accelerators.
473 474 475 |
# File 'sig/types.rbs', line 473 def accelerators @accelerators end |
#container_registry_map ⇒ Types::ContainerRegistryMap
Returns the value of attribute container_registry_map.
483 484 485 |
# File 'sig/types.rbs', line 483 def container_registry_map @container_registry_map end |
#container_registry_map_uri ⇒ ::String
Returns the value of attribute container_registry_map_uri.
484 485 486 |
# File 'sig/types.rbs', line 484 def container_registry_map_uri @container_registry_map_uri end |
#definition_repository ⇒ Types::DefinitionRepository
Returns the value of attribute definition_repository.
488 489 490 |
# File 'sig/types.rbs', line 488 def definition_repository @definition_repository end |
#definition_uri ⇒ ::String
Returns the value of attribute definition_uri.
472 473 474 |
# File 'sig/types.rbs', line 472 def definition_uri @definition_uri end |
#definition_zip ⇒ ::String
Returns the value of attribute definition_zip.
471 472 473 |
# File 'sig/types.rbs', line 471 def definition_zip @definition_zip end |
#description ⇒ ::String
Returns the value of attribute description.
474 475 476 |
# File 'sig/types.rbs', line 474 def description @description end |
#engine ⇒ "WDL", ...
Returns the value of attribute engine.
475 476 477 |
# File 'sig/types.rbs', line 475 def engine @engine end |
#main ⇒ ::String
Returns the value of attribute main.
476 477 478 |
# File 'sig/types.rbs', line 476 def main @main end |
#parameter_template ⇒ ::Hash[::String, Types::WorkflowParameter]
Returns the value of attribute parameter_template.
477 478 479 |
# File 'sig/types.rbs', line 477 def parameter_template @parameter_template end |
#parameter_template_path ⇒ ::String
Returns the value of attribute parameter_template_path.
486 487 488 |
# File 'sig/types.rbs', line 486 def parameter_template_path @parameter_template_path end |
#readme_markdown ⇒ ::String
Returns the value of attribute readme_markdown.
485 486 487 |
# File 'sig/types.rbs', line 485 def readme_markdown @readme_markdown end |
#readme_path ⇒ ::String
Returns the value of attribute readme_path.
487 488 489 |
# File 'sig/types.rbs', line 487 def readme_path @readme_path end |
#readme_uri ⇒ ::String
Returns the value of attribute readme_uri.
489 490 491 |
# File 'sig/types.rbs', line 489 def readme_uri @readme_uri end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def request_id @request_id end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
480 481 482 |
# File 'sig/types.rbs', line 480 def storage_capacity @storage_capacity end |
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
479 480 481 |
# File 'sig/types.rbs', line 479 def storage_type @storage_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
481 482 483 |
# File 'sig/types.rbs', line 481 def @tags end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def version_name @version_name end |
#workflow_bucket_owner_id ⇒ ::String
Returns the value of attribute workflow_bucket_owner_id.
482 483 484 |
# File 'sig/types.rbs', line 482 def workflow_bucket_owner_id @workflow_bucket_owner_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def workflow_id @workflow_id end |