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)


2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2163

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

#rejected_log_events_infoTypes::RejectedLogEventsInfo

The rejected events.



2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2163

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