Class: Aws::CloudWatchLogs::Types::ListLogGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListLogGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_groups ⇒ Array<Types::LogGroupSummary>
An array of structures, where each structure contains the information about one log group.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#log_groups ⇒ Array<Types::LogGroupSummary>
An array of structures, where each structure contains the information about one log group.
3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3964 class ListLogGroupsResponse < Struct.new( :log_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3964 class ListLogGroupsResponse < Struct.new( :log_groups, :next_token) SENSITIVE = [] include Aws::Structure end |