/AWS1/CL_CWLPUTLOGEVENTSRSP¶
PutLogEventsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nextsequencetoken TYPE /AWS1/CWLSEQUENCETOKEN /AWS1/CWLSEQUENCETOKEN¶
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.
io_rejectedlogeventsinfo TYPE REF TO /AWS1/CL_CWLREJEDLOGEVENTSINFO /AWS1/CL_CWLREJEDLOGEVENTSINFO¶
The rejected events.
io_rejectedentityinfo TYPE REF TO /AWS1/CL_CWLREJECTEDENTITYINFO /AWS1/CL_CWLREJECTEDENTITYINFO¶
Information about why the entity is rejected when calling
PutLogEvents. Only returned when the entity is rejected.When the entity is rejected, the events may still be accepted.
Queryable Attributes¶
nextSequenceToken¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTSEQUENCETOKEN() |
Getter for NEXTSEQUENCETOKEN, with configurable default |
ASK_NEXTSEQUENCETOKEN() |
Getter for NEXTSEQUENCETOKEN w/ exceptions if field has no v |
HAS_NEXTSEQUENCETOKEN() |
Determine if NEXTSEQUENCETOKEN has a value |
rejectedLogEventsInfo¶
The rejected events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REJECTEDLOGEVENTSINFO() |
Getter for REJECTEDLOGEVENTSINFO |
rejectedEntityInfo¶
Information about why the entity is rejected when calling
PutLogEvents. Only returned when the entity is rejected.When the entity is rejected, the events may still be accepted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REJECTEDENTITYINFO() |
Getter for REJECTEDENTITYINFO |