Class: Aws::Omics::Types::StartRunBatchRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_nameString

An optional user-friendly name for the run batch.

Returns:

  • (String)


8173
8174
8175
8176
8177
8178
8179
8180
8181
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8173

class StartRunBatchRequest < Struct.new(
  :batch_name,
  :request_id,
  :tags,
  :default_run_setting,
  :batch_run_settings)
  SENSITIVE = []
  include Aws::Structure
end

#batch_run_settingsTypes::BatchRunSettings

The individual run configurations. Specify exactly one of inlineSettings or s3UriSettings. See BatchRunSettings.



8173
8174
8175
8176
8177
8178
8179
8180
8181
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8173

class StartRunBatchRequest < Struct.new(
  :batch_name,
  :request_id,
  :tags,
  :default_run_setting,
  :batch_run_settings)
  SENSITIVE = []
  include Aws::Structure
end

#default_run_settingTypes::DefaultRunSetting

Shared configuration applied to all runs in the batch. See DefaultRunSetting.



8173
8174
8175
8176
8177
8178
8179
8180
8181
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8173

class StartRunBatchRequest < Struct.new(
  :batch_name,
  :request_id,
  :tags,
  :default_run_setting,
  :batch_run_settings)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

A client token used to deduplicate retry requests and prevent duplicate batches from being created.

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

Returns:

  • (String)


8173
8174
8175
8176
8177
8178
8179
8180
8181
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8173

class StartRunBatchRequest < Struct.new(
  :batch_name,
  :request_id,
  :tags,
  :default_run_setting,
  :batch_run_settings)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

AWS tags to associate with the batch resource. These tags are not inherited by individual runs. To tag individual runs, use defaultRunSetting.runTags.

Returns:

  • (Hash<String,String>)


8173
8174
8175
8176
8177
8178
8179
8180
8181
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8173

class StartRunBatchRequest < Struct.new(
  :batch_name,
  :request_id,
  :tags,
  :default_run_setting,
  :batch_run_settings)
  SENSITIVE = []
  include Aws::Structure
end