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)


2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2109

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

#rejected_log_events_infoTypes::RejectedLogEventsInfo

The rejected events.



2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2109

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