Class: Aws::Omics::Types::GetReadSetExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReadSetExportJobResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
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.
-
#read_sets ⇒ Array<Types::ExportReadSetDetail>
The job's read sets.
-
#sequence_store_id ⇒ String
The job's sequence store ID.
-
#status ⇒ String
The job's status.
-
#status_message ⇒ String
The job's status message.
Instance Attribute Details
#completion_time ⇒ Time
When the job completed.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ String
The job's destination in Amazon S3.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job's ID.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |
#read_sets ⇒ Array<Types::ExportReadSetDetail>
The job's read sets.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The job's sequence store ID.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job's status.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The job's status message.
2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2062 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |