Method: Aws::CodeCommit::Types::GetDifferencesOutput#next_token

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

#next_tokenString

An enumeration token that can be used in a request to return the next batch of the results.

Returns:

  • (String)


3046
3047
3048
3049
3050
3051
# File 'lib/aws-sdk-codecommit/types.rb', line 3046

class GetDifferencesOutput < Struct.new(
  :differences,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end