RejectedLogEventsInfo
public struct RejectedLogEventsInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The expired log events.
Declaration
Swift
public let expiredLogEventEndIndex: Int?
-
The log events that are too new.
Declaration
Swift
public let tooNewLogEventStartIndex: Int?
-
The log events that are too old.
Declaration
Swift
public let tooOldLogEventEndIndex: Int?
-
Undocumented
Declaration
Swift
public init(expiredLogEventEndIndex: Int? = nil, tooNewLogEventStartIndex: Int? = nil, tooOldLogEventEndIndex: Int? = nil)