Method: Aws::Drs::Types::DescribeJobsRequest#next_token

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

#next_tokenString

The token of the next Job to retrieve.

Returns:

  • (String)


704
705
706
707
708
709
710
# File 'lib/aws-sdk-drs/types.rb', line 704

class DescribeJobsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end