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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 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.
2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-omics/types.rb', line 2708 class GetReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :status_message, :creation_time, :completion_time, :read_sets) SENSITIVE = [] include Aws::Structure end |