Class: Aws::CodeStarconnections::Types::ListRepositorySyncDefinitionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An enumeration token that, when provided in a request, returns the next batch of the results.

Returns:

  • (String)


919
920
921
922
923
924
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 919

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

#repository_sync_definitionsArray<Types::RepositorySyncDefinition>

The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch.



919
920
921
922
923
924
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 919

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