Class: Aws::Health::Types::EventAggregate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::EventAggregate
- Defined in:
- gems/aws-sdk-health/lib/aws-sdk-health/types.rb
Overview
The number of events of each issue type. Returned by the DescribeEventAggregates operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_value ⇒ String
The issue type for the associated count.
-
#count ⇒ Integer
The number of events of the associated issue type.
Instance Attribute Details
#aggregate_value ⇒ String
The issue type for the associated count.
1015 1016 1017 1018 1019 1020 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1015 class EventAggregate < Struct.new( :aggregate_value, :count) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of events of the associated issue type.
1015 1016 1017 1018 1019 1020 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1015 class EventAggregate < Struct.new( :aggregate_value, :count) SENSITIVE = [] include Aws::Structure end |