class Aws::CloudWatchLogs::Types::DescribeLogGroupsRequest

@note When making an API call, you may pass DescribeLogGroupsRequest

data as a hash:

    {
      log_group_name_prefix: "LogGroupName",
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] log_group_name_prefix

The prefix to match.
@return [String]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@!attribute [rw] limit

The maximum number of items returned. If you don't specify a value,
the default is up to 50 items.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeLogGroupsRequest AWS API Documentation

Constants

SENSITIVE