Class: Aws::CloudWatchLogs::Types::DescribeLogGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeLogGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_groups ⇒ Array<Types::LogGroup>
The log groups.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#log_groups ⇒ Array<Types::LogGroup>
The log groups.
If the ‘retentionInDays` value is not included for a log group, then that log group’s events do not expire.
1721 1722 1723 1724 1725 1726 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1721 class DescribeLogGroupsResponse < 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.
1721 1722 1723 1724 1725 1726 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1721 class DescribeLogGroupsResponse < Struct.new( :log_groups, :next_token) SENSITIVE = [] include Aws::Structure end |