Class: Aws::Omics::Types::GetReadSetExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReadSetExportJobResponse
- Includes:
- Structure
- Defined in:
- 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-omics/types.rb', line 2225 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |