Class: Aws::CloudWatchOmni::Types::ContributorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::ContributorSummary
- 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
-
#critical_count ⇒ Integer
Number of contributors currently breaching the critical threshold.
-
#warning_count ⇒ Integer
Number of contributors currently breaching the warning threshold.
Instance Attribute Details
#critical_count ⇒ Integer
Number of contributors currently breaching the critical threshold.
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.
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 |