Method: Aws::Personalize::Types::ListMetricAttributionsResponse#next_token
- Defined in:
- lib/aws-sdk-personalize/types.rb
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
4356 4357 4358 4359 4360 4361 |
# File 'lib/aws-sdk-personalize/types.rb', line 4356 class ListMetricAttributionsResponse < Struct.new( :metric_attributions, :next_token) SENSITIVE = [] include Aws::Structure end |