You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchLogs::Types::FilterLogEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::FilterLogEventsResponse
- Defined in:
- (unknown)
Overview
Returned by:
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.
#next_token ⇒ String
The token to use when requesting the next set of items. The token expires after 24 hours.
#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.