Method: Aws::CodeStarconnections::Types::ListRepositorySyncDefinitionsOutput#next_token
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
919 920 921 922 923 924 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 919 class ListRepositorySyncDefinitionsOutput < Struct.new( :repository_sync_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |