EntityAggregate

The number of entities that are affected by one or more events. Returned by the DescribeEntityAggregates operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of entities that match the criteria for the specified events.

Link copied to clipboard

The unique identifier for the event. The event ARN has the arn:aws:health:<i>event-region</i>::event/<i>SERVICE</i>/<i>EVENT_TYPE_CODE</i>/<i>EVENT_TYPE_PLUS_ID</i> format.

Link copied to clipboard

The number of affected entities aggregated by the entity status codes.

Functions

Link copied to clipboard
inline fun copy(block: EntityAggregate.Builder.() -> Unit = {}): EntityAggregate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String