Class: Aws::Omics::Types::StartReadSetImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartReadSetImportJobResponse
- 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.
-
#id ⇒ String
The job’s ID.
-
#role_arn ⇒ String
The job’s service role ARN.
-
#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.
6212 6213 6214 6215 6216 6217 6218 6219 6220 |
# File 'lib/aws-sdk-omics/types.rb', line 6212 class StartReadSetImportJobResponse < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job’s ID.
6212 6213 6214 6215 6216 6217 6218 6219 6220 |
# File 'lib/aws-sdk-omics/types.rb', line 6212 class StartReadSetImportJobResponse < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The job’s service role ARN.
6212 6213 6214 6215 6216 6217 6218 6219 6220 |
# File 'lib/aws-sdk-omics/types.rb', line 6212 class StartReadSetImportJobResponse < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set’s sequence store ID.
6212 6213 6214 6215 6216 6217 6218 6219 6220 |
# File 'lib/aws-sdk-omics/types.rb', line 6212 class StartReadSetImportJobResponse < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
6212 6213 6214 6215 6216 6217 6218 6219 6220 |
# File 'lib/aws-sdk-omics/types.rb', line 6212 class StartReadSetImportJobResponse < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |