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.
7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-omics/types.rb', line 7173 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.
7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-omics/types.rb', line 7173 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.
7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-omics/types.rb', line 7173 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.
7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-omics/types.rb', line 7173 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.
7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-omics/types.rb', line 7173 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.
7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-omics/types.rb', line 7173 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.
7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-omics/types.rb', line 7173 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 |