Class: Aws::Omics::Types::StartReadSetActivationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartReadSetActivationJobResponse
- 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.
-
#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.
6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-omics/types.rb', line 6074 class StartReadSetActivationJobResponse < Struct.new( :id, :sequence_store_id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job’s ID.
6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-omics/types.rb', line 6074 class StartReadSetActivationJobResponse < Struct.new( :id, :sequence_store_id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set’s sequence store ID.
6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-omics/types.rb', line 6074 class StartReadSetActivationJobResponse < Struct.new( :id, :sequence_store_id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-omics/types.rb', line 6074 class StartReadSetActivationJobResponse < Struct.new( :id, :sequence_store_id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |