Class: Aws::CodeConnections::Types::RepositorySyncDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::RepositorySyncDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
The definition for a repository with a sync configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The branch specified for a repository sync definition.
-
#directory ⇒ String
The configuration file for a repository sync definition.
-
#parent ⇒ String
The parent resource specified for a repository sync definition.
-
#target ⇒ String
The target resource specified for a repository sync definition.
Instance Attribute Details
#branch ⇒ String
The branch specified for a repository sync definition.
1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1120 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end |
#directory ⇒ String
The configuration file for a repository sync definition. This value comes from creating or updating the ‘config-file` field of a `sync-configuration`.
1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1120 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end |
#parent ⇒ String
The parent resource specified for a repository sync definition.
1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1120 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end |
#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.
1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1120 class RepositorySyncDefinition < Struct.new( :branch, :directory, :parent, :target) SENSITIVE = [] include Aws::Structure end |