class Aws::Personalize::Types::ListFiltersRequest

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

data as a hash:

    {
      dataset_group_arn: "Arn",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] dataset_group_arn

The ARN of the dataset group that contains the filters.
@return [String]

@!attribute [rw] next_token

A token returned from the previous call to `ListFilters` for getting
the next set of filters (if they exist).
@return [String]

@!attribute [rw] max_results

The maximum number of filters to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListFiltersRequest AWS API Documentation

Constants

SENSITIVE