Class: Aws::CloudWatchLogs::Types::PutLogEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutLogEventsResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_sequence_token ⇒ String
The next sequence token.
-
#rejected_log_events_info ⇒ Types::RejectedLogEventsInfo
The rejected events.
Instance Attribute Details
#next_sequence_token ⇒ String
The next sequence token.
2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2101 class PutLogEventsResponse < Struct.new( :next_sequence_token, :rejected_log_events_info) SENSITIVE = [] include Aws::Structure end |
#rejected_log_events_info ⇒ Types::RejectedLogEventsInfo
The rejected events.
2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2101 class PutLogEventsResponse < Struct.new( :next_sequence_token, :rejected_log_events_info) SENSITIVE = [] include Aws::Structure end |