Class: Aws::Omics::Types::StartReferenceImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartReferenceImportJobResponse
- 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.
-
#reference_store_id ⇒ String
The job’s reference store ID.
-
#role_arn ⇒ String
The job’s service role ARN.
-
#status ⇒ String
The job’s status.
Instance Attribute Details
#creation_time ⇒ Time
When the job was created.
6326 6327 6328 6329 6330 6331 6332 6333 6334 |
# File 'lib/aws-sdk-omics/types.rb', line 6326 class StartReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job’s ID.
6326 6327 6328 6329 6330 6331 6332 6333 6334 |
# File 'lib/aws-sdk-omics/types.rb', line 6326 class StartReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#reference_store_id ⇒ String
The job’s reference store ID.
6326 6327 6328 6329 6330 6331 6332 6333 6334 |
# File 'lib/aws-sdk-omics/types.rb', line 6326 class StartReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The job’s service role ARN.
6326 6327 6328 6329 6330 6331 6332 6333 6334 |
# File 'lib/aws-sdk-omics/types.rb', line 6326 class StartReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
6326 6327 6328 6329 6330 6331 6332 6333 6334 |
# File 'lib/aws-sdk-omics/types.rb', line 6326 class StartReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |