Method: Aws::CodeStarconnections::Types::RepositorySyncDefinition#branch
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#branch ⇒ String
The branch specified for a repository sync definition.
1114 1115 1116 1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1114 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end |