EntityAggregate

public struct EntityAggregate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of entities that match the criteria for the specified events.

    Declaration

    Swift

    public let count: Int?
  • 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

    Declaration

    Swift

    public let eventArn: String?
  • Undocumented

    Declaration

    Swift

    public init(count: Int? = nil, eventArn: String? = nil)