EntityAggregate class

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

Constructors

EntityAggregate({int? count, String? eventArn})
EntityAggregate.fromJson(Map<String, dynamic> json)
factory

Properties

count int?
The number of entities that match the criteria for the specified events.
final
eventArn String?
The unique identifier for the event. Format: arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID . Example: Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited