Class: Aws::Omics::Types::ImportReferenceJobItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ImportReferenceJobItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
An import reference job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
When the job completed.
-
#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
#completion_time ⇒ Time
When the job completed.
3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 |
# File 'lib/aws-sdk-omics/types.rb', line 3734 class ImportReferenceJobItem < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 |
# File 'lib/aws-sdk-omics/types.rb', line 3734 class ImportReferenceJobItem < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job’s ID.
3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 |
# File 'lib/aws-sdk-omics/types.rb', line 3734 class ImportReferenceJobItem < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#reference_store_id ⇒ String
The job’s reference store ID.
3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 |
# File 'lib/aws-sdk-omics/types.rb', line 3734 class ImportReferenceJobItem < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The job’s service role ARN.
3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 |
# File 'lib/aws-sdk-omics/types.rb', line 3734 class ImportReferenceJobItem < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 |
# File 'lib/aws-sdk-omics/types.rb', line 3734 class ImportReferenceJobItem < Struct.new( :id, :reference_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |