EventsMessage
public struct EventsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of events. Each element in the list contains detailed information about one event.
Declaration
Swift
public let events: [Event]?
-
Provides an identifier to allow retrieval of paginated results.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(events: [Event]? = nil, marker: String? = nil)