Class: Aws::Types::CreateWorkflowVersionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerators"GPU"

Returns the value of attribute accelerators.

Returns:

  • ("GPU")


473
474
475
# File 'sig/types.rbs', line 473

def accelerators
  @accelerators
end

#container_registry_mapTypes::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.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def container_registry_map_uri
  @container_registry_map_uri
end

#definition_repositoryTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def definition_zip
  @definition_zip
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def description
  @description
end

#engine"WDL", ...

Returns the value of attribute engine.

Returns:

  • ("WDL", "NEXTFLOW", "CWL", "WDL_LENIENT")


475
476
477
# File 'sig/types.rbs', line 475

def engine
  @engine
end

#main::String

Returns the value of attribute main.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("STATIC", "DYNAMIC")


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.

Returns:

  • (::Hash[::String, ::String])


481
482
483
# File 'sig/types.rbs', line 481

def tags
  @tags
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def workflow_id
  @workflow_id
end