Class: Aws::CloudWatchLogs::Types::ListLogGroupsForQueryResponse

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

#log_group_identifiersArray<String>

An array of the names and ARNs of the log groups that were processed in the query.

Returns:

  • (Array<String>)


3843
3844
3845
3846
3847
3848
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3843

class ListLogGroupsForQueryResponse < Struct.new(
  :log_group_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


3843
3844
3845
3846
3847
3848
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3843

class ListLogGroupsForQueryResponse < Struct.new(
  :log_group_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end