AWSLogsPutLogEventsResponse
Objective-C
@interface AWSLogsPutLogEventsResponse
Swift
class AWSLogsPutLogEventsResponse
-
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in
PutLogEventsactions.PutLogEventsactions are always accepted even if the sequence token is not valid. You can use parallelPutLogEventsactions on the same log stream and you do not need to wait for the response of a previousPutLogEventsaction to obtain thenextSequenceTokenvalue.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextSequenceToken;Swift
var nextSequenceToken: String? { get set } -
The rejected events.
Declaration
Objective-C
@property (nonatomic, strong) AWSLogsRejectedLogEventsInfo *_Nullable rejectedLogEventsInfo;Swift
var rejectedLogEventsInfo: AWSLogsRejectedLogEventsInfo? { get set }
View on GitHub
Install in Dash
AWSLogsPutLogEventsResponse Class Reference