Class: Aws::Omics::Types::RunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RunSummary
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A summary of the runs in a batch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancelled_run_count ⇒ Integer
The number of cancelled runs.
-
#completed_run_count ⇒ Integer
The number of completed runs.
-
#deleted_run_count ⇒ Integer
The number of deleted runs.
-
#failed_run_count ⇒ Integer
The number of failed runs.
-
#pending_run_count ⇒ Integer
The number of pending runs.
-
#running_run_count ⇒ Integer
The number of running runs.
-
#starting_run_count ⇒ Integer
The number of starting runs.
-
#stopping_run_count ⇒ Integer
The number of stopping runs.
Instance Attribute Details
#cancelled_run_count ⇒ Integer
The number of cancelled runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |
#completed_run_count ⇒ Integer
The number of completed runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |
#deleted_run_count ⇒ Integer
The number of deleted runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |
#failed_run_count ⇒ Integer
The number of failed runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |
#pending_run_count ⇒ Integer
The number of pending runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |
#running_run_count ⇒ Integer
The number of running runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |
#starting_run_count ⇒ Integer
The number of starting runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |
#stopping_run_count ⇒ Integer
The number of stopping runs.
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7147 class RunSummary < Struct.new( :pending_run_count, :starting_run_count, :running_run_count, :stopping_run_count, :completed_run_count, :deleted_run_count, :failed_run_count, :cancelled_run_count) SENSITIVE = [] include Aws::Structure end |