Method: Aws::CloudWatchEvidently::Types::ListFeaturesRequest#next_token
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
#next_token ⇒ String
The token to use when requesting the next set of results. You received this token from a previous ‘ListFeatures` operation.
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 |