Class: Aws::CloudWatchLogs::Types::FilterLogEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::FilterLogEventsResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::FilteredLogEvent>
The matched events.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#searched_log_streams ⇒ Array<Types::SearchedLogStream>
IMPORTANT Starting on May 15, 2020, this parameter will be deprecated.
Instance Attribute Details
#events ⇒ Array<Types::FilteredLogEvent>
The matched events.
1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1236 class FilterLogEventsResponse < Struct.new( :events, :searched_log_streams, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. The token expires after 24 hours.
1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1236 class FilterLogEventsResponse < Struct.new( :events, :searched_log_streams, :next_token) SENSITIVE = [] include Aws::Structure end |
#searched_log_streams ⇒ Array<Types::SearchedLogStream>
IMPORTANT Starting on May 15, 2020, this parameter will be deprecated. This parameter will be an empty list after the deprecation occurs.
Indicates which log streams have been searched and whether each has been searched completely.
1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1236 class FilterLogEventsResponse < Struct.new( :events, :searched_log_streams, :next_token) SENSITIVE = [] include Aws::Structure end |