EventAggregate
public struct EventAggregate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The issue type for the associated count.
Declaration
Swift
public let aggregateValue: String?
-
The number of events of the associated issue type.
Declaration
Swift
public let count: Int?
-
Undocumented
Declaration
Swift
public init(aggregateValue: String? = nil, count: Int? = nil)