Method: Aws::CodeStarconnections::Types::ListSyncConfigurationsOutput#next_token

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

#next_tokenString

An enumeration token that allows the operation to batch the next results of the operation.

Returns:

  • (String)


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