Class: Aws::CloudWatchOmni::Types::ContributorSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Counts of contributors currently breaching each severity threshold.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#critical_count ⇒ Integer

Number of contributors currently breaching the critical threshold.

Returns:

  • (Integer)


719
720
721
722
723
724
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 719

class ContributorSummary < Struct.new(
  :warning_count,
  :critical_count)
  SENSITIVE = []
  include Aws::Structure
end

#warning_count ⇒ Integer

Number of contributors currently breaching the warning threshold.

Returns:

  • (Integer)


719
720
721
722
723
724
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 719

class ContributorSummary < Struct.new(
  :warning_count,
  :critical_count)
  SENSITIVE = []
  include Aws::Structure
end