Class: Aws::Omics::Types::RunSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cancelled_run_countInteger

The number of cancelled runs.

Returns:

  • (Integer)


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_countInteger

The number of completed runs.

Returns:

  • (Integer)


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_countInteger

The number of deleted runs.

Returns:

  • (Integer)


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_countInteger

The number of failed runs.

Returns:

  • (Integer)


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_countInteger

The number of pending runs.

Returns:

  • (Integer)


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_countInteger

The number of running runs.

Returns:

  • (Integer)


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_countInteger

The number of starting runs.

Returns:

  • (Integer)


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_countInteger

The number of stopping runs.

Returns:

  • (Integer)


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