Class: Aws::Omics::Types::ImportReadSetJobItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ImportReadSetJobItem
- Includes:
- Structure
- Defined in:
- 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.
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-omics/types.rb', line 3602 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.
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-omics/types.rb', line 3602 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.
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-omics/types.rb', line 3602 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.
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-omics/types.rb', line 3602 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.
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-omics/types.rb', line 3602 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.
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-omics/types.rb', line 3602 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |