Method: Aws::CloudWatchEvidently::Types::ListFeaturesRequest#max_results

Defined in:
lib/aws-sdk-cloudwatchevidently/types.rb

#max_resultsInteger

The maximum number of results to include in the response.

Returns:

  • (Integer)


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