Class: Aws::Omics::Types::GetReferenceImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReferenceImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
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.
-
#sources ⇒ Array<Types::ImportReferenceSourceItem>
The job’s source files.
-
#status ⇒ String
The job’s status.
-
#status_message ⇒ String
The job’s status message.
Instance Attribute Details
#completion_time ⇒ Time
When the job completed.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job’s ID.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |
#reference_store_id ⇒ String
The job’s reference store ID.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The job’s service role ARN.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::ImportReferenceSourceItem>
The job’s source files.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The job’s status message.
3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 |
# File 'lib/aws-sdk-omics/types.rb', line 3564 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |