You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Health::Types::EventAggregate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The number of events of each issue type. Returned by the DescribeEventAggregates operation.

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_valueString

The issue type for the associated count.

Returns:

  • (String)

    The issue type for the associated count.

#countInteger

The number of events of the associated issue type.

Returns:

  • (Integer)

    The number of events of the associated issue type.