Method: Aws::CodeStarconnections::Types::ListSyncConfigurationsOutput#sync_configurations

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

#sync_configurationsArray<Types::SyncConfiguration>

The list of repository sync definitions returned by the request.

Returns:



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