class Aws::CloudWatchLogs::Types::DescribeSubscriptionFiltersRequest

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

data as a hash:

    {
      log_group_name: "LogGroupName", # required
      filter_name_prefix: "FilterName",
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] log_group_name

The name of the log group.
@return [String]

@!attribute [rw] filter_name_prefix

The prefix to match. If you don't specify a value, no prefix filter
is applied.
@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/DescribeSubscriptionFiltersRequest AWS API Documentation

Constants

SENSITIVE