Skip to content

Commit

Permalink
Update generated code (#1690)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Mar 20, 2024
1 parent 5787850 commit 51b2b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ValueObject/RejectedLogEventsInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
final class RejectedLogEventsInfo
{
/**
* The log events that are too new.
* The index of the first log event that is too new. This field is inclusive.
*
* @var int|null
*/
private $tooNewLogEventStartIndex;

/**
* The log events that are dated too far in the past.
* The index of the last log event that is too old. This field is exclusive.
*
* @var int|null
*/
Expand Down

0 comments on commit 51b2b7f

Please sign in to comment.