Method: Aws::ApplicationSignals::Types::ListServiceLevelObjectivesInput#next_token
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
723 724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 723 class ListServiceLevelObjectivesInput < Struct.new( :key_attributes, :operation_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |