Class: Aws::Types::CreateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#workflow_bucket_owner_id ⇒ ::String
Returns the value of attribute workflow_bucket_owner_id.
Instance Attribute Details
#accelerators ⇒ "GPU"
Returns the value of attribute accelerators.
446 447 448 |
# File 'sig/types.rbs', line 446 def accelerators @accelerators end |
#container_registry_map ⇒ Types::ContainerRegistryMap
Returns the value of attribute container_registry_map.
448 449 450 |
# File 'sig/types.rbs', line 448 def container_registry_map @container_registry_map end |
#container_registry_map_uri ⇒ ::String
Returns the value of attribute container_registry_map_uri.
449 450 451 |
# File 'sig/types.rbs', line 449 def container_registry_map_uri @container_registry_map_uri end |
#definition_repository ⇒ Types::DefinitionRepository
Returns the value of attribute definition_repository.
453 454 455 |
# File 'sig/types.rbs', line 453 def definition_repository @definition_repository end |
#definition_uri ⇒ ::String
Returns the value of attribute definition_uri.
440 441 442 |
# File 'sig/types.rbs', line 440 def definition_uri @definition_uri end |
#definition_zip ⇒ ::String
Returns the value of attribute definition_zip.
439 440 441 |
# File 'sig/types.rbs', line 439 def definition_zip @definition_zip end |
#description ⇒ ::String
Returns the value of attribute description.
437 438 439 |
# File 'sig/types.rbs', line 437 def description @description end |
#engine ⇒ "WDL", ...
Returns the value of attribute engine.
438 439 440 |
# File 'sig/types.rbs', line 438 def engine @engine end |
#main ⇒ ::String
Returns the value of attribute main.
441 442 443 |
# File 'sig/types.rbs', line 441 def main @main end |
#name ⇒ ::String
Returns the value of attribute name.
436 437 438 |
# File 'sig/types.rbs', line 436 def name @name end |
#parameter_template ⇒ ::Hash[::String, Types::WorkflowParameter]
Returns the value of attribute parameter_template.
442 443 444 |
# File 'sig/types.rbs', line 442 def parameter_template @parameter_template end |
#parameter_template_path ⇒ ::String
Returns the value of attribute parameter_template_path.
451 452 453 |
# File 'sig/types.rbs', line 451 def parameter_template_path @parameter_template_path end |
#readme_markdown ⇒ ::String
Returns the value of attribute readme_markdown.
450 451 452 |
# File 'sig/types.rbs', line 450 def readme_markdown @readme_markdown end |
#readme_path ⇒ ::String
Returns the value of attribute readme_path.
452 453 454 |
# File 'sig/types.rbs', line 452 def readme_path @readme_path end |
#readme_uri ⇒ ::String
Returns the value of attribute readme_uri.
455 456 457 |
# File 'sig/types.rbs', line 455 def readme_uri @readme_uri end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
445 446 447 |
# File 'sig/types.rbs', line 445 def request_id @request_id end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
443 444 445 |
# File 'sig/types.rbs', line 443 def storage_capacity @storage_capacity end |
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
447 448 449 |
# File 'sig/types.rbs', line 447 def storage_type @storage_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
444 445 446 |
# File 'sig/types.rbs', line 444 def end |
#workflow_bucket_owner_id ⇒ ::String
Returns the value of attribute workflow_bucket_owner_id.
454 455 456 |
# File 'sig/types.rbs', line 454 def workflow_bucket_owner_id @workflow_bucket_owner_id end |