PutPartnerEventsRequest
public struct PutPartnerEventsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of events to write to the event bus.
Declaration
Swift
public let entries: [PutPartnerEventsRequestEntry]
-
Undocumented
Declaration
Swift
public init(entries: [PutPartnerEventsRequestEntry])
-
Declaration
Swift
public func validate(name: String) throws