Method: Aws::CodeStarconnections::Types::ListSyncConfigurationsOutput#next_token
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#next_token ⇒ String
An enumeration token that allows the operation to batch the next results of the operation.
967 968 969 970 971 972 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 967 class ListSyncConfigurationsOutput < Struct.new( :sync_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |