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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 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.
2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2405 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |