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

Class: Aws::TranscribeService::Types::ListVocabularyFiltersRequest

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

Overview

Note:

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

{
  next_token: "NextToken",
  max_results: 1,
  name_contains: "VocabularyFilterName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

Returns:

  • (Integer)

    The maximum number of filters to return in the response.

#name_containsString

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

Returns:

  • (String)

    Filters the response so that it only contains vocabulary filters whose name contains the specified string.

#next_tokenString

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

Returns:

  • (String)

    If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.