Class: Aws::Omics::Types::StartReadSetImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartReadSetImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
To ensure that jobs don’t run multiple times, specify a unique token for each job.
-
#role_arn ⇒ String
A service role for the job.
-
#sequence_store_id ⇒ String
The read set’s sequence store ID.
-
#sources ⇒ Array<Types::StartReadSetImportJobSourceItem>
The job’s source files.
Instance Attribute Details
#client_token ⇒ String
To ensure that jobs don’t run multiple times, specify a unique token for each job.
6181 6182 6183 6184 6185 6186 6187 6188 |
# File 'lib/aws-sdk-omics/types.rb', line 6181 class StartReadSetImportJobRequest < Struct.new( :sequence_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
A service role for the job.
6181 6182 6183 6184 6185 6186 6187 6188 |
# File 'lib/aws-sdk-omics/types.rb', line 6181 class StartReadSetImportJobRequest < Struct.new( :sequence_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set’s sequence store ID.
6181 6182 6183 6184 6185 6186 6187 6188 |
# File 'lib/aws-sdk-omics/types.rb', line 6181 class StartReadSetImportJobRequest < Struct.new( :sequence_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::StartReadSetImportJobSourceItem>
The job’s source files.
6181 6182 6183 6184 6185 6186 6187 6188 |
# File 'lib/aws-sdk-omics/types.rb', line 6181 class StartReadSetImportJobRequest < Struct.new( :sequence_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |