PutPartnerEventsResponse
public struct PutPartnerEventsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of events from this operation that were successfully written to the partner event bus.
Declaration
Swift
public let entries: [PutPartnerEventsResultEntry]? -
The number of events from this operation that could not be written to the partner event bus.
Declaration
Swift
public let failedEntryCount: Int? -
Undocumented
Declaration
Swift
public init(entries: [PutPartnerEventsResultEntry]? = nil, failedEntryCount: Int? = nil)
View on GitHub
PutPartnerEventsResponse Structure Reference