Class: Aws::CloudWatchLogs::Types::PutLogEventsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_sequence_tokenString

The next sequence token.

Returns:

  • (String)


2100
2101
2102
2103
2104
2105
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2100

class PutLogEventsResponse < Struct.new(
  :next_sequence_token,
  :rejected_log_events_info)
  SENSITIVE = []
  include Aws::Structure
end

#rejected_log_events_infoTypes::RejectedLogEventsInfo

The rejected events.



2100
2101
2102
2103
2104
2105
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2100

class PutLogEventsResponse < Struct.new(
  :next_sequence_token,
  :rejected_log_events_info)
  SENSITIVE = []
  include Aws::Structure
end