Class: Aws::Omics::Types::StartReadSetExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartReadSetExportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the job was created.
-
#destination ⇒ String
The job’s output location.
-
#id ⇒ String
The job’s ID.
-
#sequence_store_id ⇒ String
The read set’s sequence store ID.
-
#status ⇒ String
The job’s status.
Instance Attribute Details
#creation_time ⇒ Time
When the job was created.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-omics/types.rb', line 6152 class StartReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ String
The job’s output location.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-omics/types.rb', line 6152 class StartReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job’s ID.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-omics/types.rb', line 6152 class StartReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set’s sequence store ID.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-omics/types.rb', line 6152 class StartReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-omics/types.rb', line 6152 class StartReadSetExportJobResponse < Struct.new( :id, :sequence_store_id, :destination, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |