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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-omics/types.rb', line 2503 class GetReferenceImportJobResponse < Struct.new( :id, :reference_store_id, :role_arn, :status, :status_message, :creation_time, :completion_time, :sources) SENSITIVE = [] include Aws::Structure end |