class
Amazonite::CloudWatchLogs::PutLogEventsRequest
- Amazonite::CloudWatchLogs::PutLogEventsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_log_events_request.crConstructors
- .new(log_group_name : String, log_stream_name : String, log_events : Array(InputLogEvent), sequence_token : String | Nil = nil, entity : Entity | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entity : Entity | Nil
The entity associated with the log events.
-
#entity=(entity : Entity | Nil)
The entity associated with the log events.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_events : Array(InputLogEvent)
The log events.
-
#log_events=(log_events : Array(InputLogEvent))
The log events.
-
#log_group_name : String
The name of the log group.
-
#log_group_name=(log_group_name : String)
The name of the log group.
-
#log_stream_name : String
The name of the log stream.
-
#log_stream_name=(log_stream_name : String)
The name of the log stream.
-
#sequence_token : String | Nil
The sequence token obtained from the response of the previous
PutLogEventscall. -
#sequence_token=(sequence_token : String | Nil)
The sequence token obtained from the response of the previous
PutLogEventscall. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The sequence token obtained from the response of the previous PutLogEvents call.
The sequenceToken parameter is now ignored in PutLogEvents actions. PutLogEvents actions
are now accepted and never return InvalidSequenceTokenException or
DataAlreadyAcceptedException even if the sequence token is not valid.
The sequence token obtained from the response of the previous PutLogEvents call.
The sequenceToken parameter is now ignored in PutLogEvents actions. PutLogEvents actions
are now accepted and never return InvalidSequenceTokenException or
DataAlreadyAcceptedException even if the sequence token is not valid.