Method: Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsResponse#next_token
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
918 919 920 921 922 923 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 918 class ListRumMetricsDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |