Method: Aws::CloudWatchEvidently::Types::ListFeaturesRequest#max_results
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
#max_results ⇒ Integer
The maximum number of results to include in the response.
1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1737 class ListFeaturesRequest < Struct.new( :max_results, :next_token, :project) SENSITIVE = [] include Aws::Structure end |