Class: Aws::Omics::Types::RunBatchListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RunBatchListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A single run entry returned by ListRunsInBatch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_arn ⇒ String
The unique ARN of the workflow run.
-
#run_id ⇒ String
The HealthOmics-generated identifier for the workflow run.
-
#run_internal_uuid ⇒ String
The universally unique identifier (UUID) for the run.
-
#run_setting_id ⇒ String
The customer-provided identifier for the run configuration.
-
#submission_failure_message ⇒ String
A detailed message describing the submission failure.
-
#submission_failure_reason ⇒ String
The error category for a failed submission.
-
#submission_status ⇒ String
The submission outcome for this run.
Instance Attribute Details
#run_arn ⇒ String
The unique ARN of the workflow run.
7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-omics/types.rb', line 7273 class RunBatchListItem < Struct.new( :run_setting_id, :run_id, :run_internal_uuid, :run_arn, :submission_status, :submission_failure_reason, :submission_failure_message) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The HealthOmics-generated identifier for the workflow run. Empty if submission failed.
7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-omics/types.rb', line 7273 class RunBatchListItem < Struct.new( :run_setting_id, :run_id, :run_internal_uuid, :run_arn, :submission_status, :submission_failure_reason, :submission_failure_message) SENSITIVE = [] include Aws::Structure end |
#run_internal_uuid ⇒ String
The universally unique identifier (UUID) for the run.
7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-omics/types.rb', line 7273 class RunBatchListItem < Struct.new( :run_setting_id, :run_id, :run_internal_uuid, :run_arn, :submission_status, :submission_failure_reason, :submission_failure_message) SENSITIVE = [] include Aws::Structure end |
#run_setting_id ⇒ String
The customer-provided identifier for the run configuration. Use this
to correlate results back to the input configuration provided in
inlineSettings or s3UriSettings.
7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-omics/types.rb', line 7273 class RunBatchListItem < Struct.new( :run_setting_id, :run_id, :run_internal_uuid, :run_arn, :submission_status, :submission_failure_reason, :submission_failure_message) SENSITIVE = [] include Aws::Structure end |
#submission_failure_message ⇒ String
A detailed message describing the submission failure.
7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-omics/types.rb', line 7273 class RunBatchListItem < Struct.new( :run_setting_id, :run_id, :run_internal_uuid, :run_arn, :submission_status, :submission_failure_reason, :submission_failure_message) SENSITIVE = [] include Aws::Structure end |
#submission_failure_reason ⇒ String
The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.
7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-omics/types.rb', line 7273 class RunBatchListItem < Struct.new( :run_setting_id, :run_id, :run_internal_uuid, :run_arn, :submission_status, :submission_failure_reason, :submission_failure_message) SENSITIVE = [] include Aws::Structure end |
#submission_status ⇒ String
The submission outcome for this run.
7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-omics/types.rb', line 7273 class RunBatchListItem < Struct.new( :run_setting_id, :run_id, :run_internal_uuid, :run_arn, :submission_status, :submission_failure_reason, :submission_failure_message) SENSITIVE = [] include Aws::Structure end |