Class: Aws::Omics::Types::ExportReadSetJobDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ExportReadSetJobDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about a read set export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
When the job completed.
-
#creation_time ⇒ Time
When the job was created.
-
#destination ⇒ String
The job’s destination in Amazon S3.
-
#id ⇒ String
The job’s ID.
-
#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.
1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-omics/types.rb', line 1747 class ExportReadSetJobDetail < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-omics/types.rb', line 1747 class ExportReadSetJobDetail < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ String
The job’s destination in Amazon S3.
1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-omics/types.rb', line 1747 class ExportReadSetJobDetail < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job’s ID.
1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-omics/types.rb', line 1747 class ExportReadSetJobDetail < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The job’s sequence store ID.
1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-omics/types.rb', line 1747 class ExportReadSetJobDetail < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-omics/types.rb', line 1747 class ExportReadSetJobDetail < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |