Class: Aws::Omics::Types::StartReferenceImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartReferenceImportJobRequest
- 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.
-
#reference_store_id ⇒ String
The job’s reference store ID.
-
#role_arn ⇒ String
A service role for the job.
-
#sources ⇒ Array<Types::StartReferenceImportJobSourceItem>
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.
6295 6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/aws-sdk-omics/types.rb', line 6295 class StartReferenceImportJobRequest < Struct.new( :reference_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |
#reference_store_id ⇒ String
The job’s reference store ID.
6295 6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/aws-sdk-omics/types.rb', line 6295 class StartReferenceImportJobRequest < Struct.new( :reference_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
A service role for the job.
6295 6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/aws-sdk-omics/types.rb', line 6295 class StartReferenceImportJobRequest < Struct.new( :reference_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::StartReferenceImportJobSourceItem>
The job’s source files.
6295 6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/aws-sdk-omics/types.rb', line 6295 class StartReferenceImportJobRequest < Struct.new( :reference_store_id, :role_arn, :client_token, :sources) SENSITIVE = [] include Aws::Structure end |