class
Amazonite::CloudWatchLogs::PutLogEventsResponse
- Amazonite::CloudWatchLogs::PutLogEventsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_log_events_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_sequence_token : String | Nil = nil, rejected_log_events_info : RejectedLogEventsInfo | Nil = nil, rejected_entity_info : RejectedEntityInfo | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_sequence_token : String | Nil
The next sequence token.
-
#next_sequence_token=(next_sequence_token : String | Nil)
The next sequence token.
-
#rejected_entity_info : RejectedEntityInfo | Nil
Information about why the entity is rejected when calling
PutLogEvents. -
#rejected_entity_info=(rejected_entity_info : RejectedEntityInfo | Nil)
Information about why the entity is rejected when calling
PutLogEvents. -
#rejected_log_events_info : RejectedLogEventsInfo | Nil
The rejected events.
-
#rejected_log_events_info=(rejected_log_events_info : RejectedLogEventsInfo | Nil)
The rejected events.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions are always
accepted even if the sequence token is not valid. You can use parallel PutLogEvents actions on
the same log stream and you do not need to wait for the response of a previous PutLogEvents
action to obtain the nextSequenceToken value.
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions are always
accepted even if the sequence token is not valid. You can use parallel PutLogEvents actions on
the same log stream and you do not need to wait for the response of a previous PutLogEvents
action to obtain the nextSequenceToken value.
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.
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.
The rejected events.