Class: Aws::CodeStarconnections::Types::ListRepositorySyncDefinitionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ListRepositorySyncDefinitionsOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
-
#repository_sync_definitions ⇒ Array<Types::RepositorySyncDefinition>
The list of repository sync definitions returned by the request.
Instance Attribute Details
#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 '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_definitions ⇒ Array<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 |