Class: Aws::Omics::Types::StartReadSetImportJobRequest

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

#client_tokenString

To ensure that jobs don't run multiple times, specify a unique token for each job.

Returns:

  • (String)


5660
5661
5662
5663
5664
5665
5666
5667
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5660

class StartReadSetImportJobRequest < Struct.new(
  :sequence_store_id,
  :role_arn,
  :client_token,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

A service role for the job.

Returns:

  • (String)


5660
5661
5662
5663
5664
5665
5666
5667
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5660

class StartReadSetImportJobRequest < Struct.new(
  :sequence_store_id,
  :role_arn,
  :client_token,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_store_idString

The read set's sequence store ID.

Returns:

  • (String)


5660
5661
5662
5663
5664
5665
5666
5667
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5660

class StartReadSetImportJobRequest < Struct.new(
  :sequence_store_id,
  :role_arn,
  :client_token,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::StartReadSetImportJobSourceItem>

The job's source files.



5660
5661
5662
5663
5664
5665
5666
5667
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5660

class StartReadSetImportJobRequest < Struct.new(
  :sequence_store_id,
  :role_arn,
  :client_token,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end