GetLogEventsResponse
public struct GetLogEventsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The events.
Declaration
Swift
public let events: [OutputLogEvent]?
-
The token for the next set of items in the backward direction. The token expires after 24 hours. This token is never null. If you have reached the end of the stream, it returns the same token you passed in.
Declaration
Swift
public let nextBackwardToken: String?
-
The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.
Declaration
Swift
public let nextForwardToken: String?
-
Undocumented
Declaration
Swift
public init(events: [OutputLogEvent]? = nil, nextBackwardToken: String? = nil, nextForwardToken: String? = nil)