Class: Aws::CloudWatchLogs::Types::DescribeLogGroupsResponse

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

#log_groupsArray<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.

Returns:



1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1472

class DescribeLogGroupsResponse < 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)


1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1472

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