You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::DescribeLogGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeLogGroupsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of items returned. If you don\'t specify a value, the default is up to 50 items.

Returns:

  • (Integer)

    The maximum number of items returned.

#log_group_name_prefixString

The prefix to match.

Returns:

  • (String)

    The prefix to match.

#next_tokenString

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

Returns:

  • (String)

    The token for the next set of items to return.