Class: Aws::CloudWatchLogs::Types::ListLogGroupsResponse

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_groupsArray<Types::LogGroupSummary>

An array of structures, where each structure contains the information about one log group.

Returns:



4065
4066
4067
4068
4069
4070
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4065

class ListLogGroupsResponse < Struct.new(
  :log_groups,
  :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)


4065
4066
4067
4068
4069
4070
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4065

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