Class: Aws::CloudWatchLogs::Types::FilterLogEventsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::FilteredLogEvent>

The matched events.

Returns:



2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2928

class FilterLogEventsResponse < Struct.new(
  :events,
  :searched_log_streams,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. The token expires after 24 hours.

If the results don't include a nextToken, then pagination is finished.

Returns:

  • (String)


2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2928

class FilterLogEventsResponse < Struct.new(
  :events,
  :searched_log_streams,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#searched_log_streamsArray<Types::SearchedLogStream>

Important As of May 15, 2020, this parameter is no longer supported. This parameter returns an empty list.

Indicates which log streams have been searched and whether each has been searched completely.

Returns:



2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2928

class FilterLogEventsResponse < Struct.new(
  :events,
  :searched_log_streams,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end