class Amazonite::CloudWatchLogs::PutLogEventsResponse

Included Modules

Defined in:

cloudwatch_logs/put_log_events_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(next_sequence_token : String | Nil = nil, rejected_log_events_info : RejectedLogEventsInfo | Nil = nil, rejected_entity_info : RejectedEntityInfo | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_sequence_token : String | Nil #

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.


[View source]
def next_sequence_token=(next_sequence_token : String | Nil) #

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.


[View source]
def rejected_entity_info : RejectedEntityInfo | Nil #

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.


[View source]
def rejected_entity_info=(rejected_entity_info : RejectedEntityInfo | Nil) #

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.


[View source]
def rejected_log_events_info : RejectedLogEventsInfo | Nil #

The rejected events.


[View source]
def rejected_log_events_info=(rejected_log_events_info : RejectedLogEventsInfo | Nil) #

The rejected events.


[View source]
def validate! : Nil #

[View source]