Method: Aws::CodeStarconnections::Types::RepositorySyncDefinition#target
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#target ⇒ String
The target resource specified for a repository sync definition. In some cases, such as CFN_STACK_SYNC, the parent and target resource are the same.
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 |