Class: Aws::Omics::Types::CreateWorkflowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acceleratorsString

The computational accelerator specified to run the workflow.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#definition_uriString

The URI of a definition for the workflow.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#definition_zipString

A ZIP archive for the workflow.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the workflow.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

An engine for the workflow.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#mainString

The path of the main definition file for the workflow.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the workflow.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_templateHash<String,Types::WorkflowParameter>

A parameter template for the workflow.

Returns:



1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

To ensure that requests don’t run multiple times, specify a unique ID for each request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#storage_capacityInteger

The default storage capacity for the workflow runs, in gibibytes.

Returns:

  • (Integer)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags for the workflow.

Returns:

  • (Hash<String,String>)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
# File 'lib/aws-sdk-omics/types.rb', line 1218

class CreateWorkflowRequest < Struct.new(
  :name,
  :description,
  :engine,
  :definition_zip,
  :definition_uri,
  :main,
  :parameter_template,
  :storage_capacity,
  :tags,
  :request_id,
  :accelerators)
  SENSITIVE = []
  include Aws::Structure
end