Class: Aws::Omics::Types::ImportReadSetJobItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ImportReadSetJobItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
An import read set job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
When the job completed.
-
#creation_time ⇒ Time
When the job was created.
-
#id ⇒ String
The job's ID.
-
#role_arn ⇒ String
The job's service role ARN.
-
#sequence_store_id ⇒ String
The job's sequence store ID.
-
#status ⇒ String
The job's status.
Instance Attribute Details
#completion_time ⇒ Time
When the job completed.
3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3279 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3279 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job's ID.
3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3279 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The job's service role ARN.
3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3279 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The job's sequence store ID.
3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3279 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job's status.
3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3279 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |