PutEventsRequest
public struct PutEventsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
Declaration
Swift
public let entries: [PutEventsRequestEntry]
-
Undocumented
Declaration
Swift
public init(entries: [PutEventsRequestEntry])
-
Declaration
Swift
public func validate(name: String) throws