Class: Aws::CodeConnections::Types::RepositorySyncDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#branchString

The branch specified for a repository sync definition.

Returns:

  • (String)


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

#directoryString

The configuration file for a repository sync definition. This value comes from creating or updating the ‘config-file` field of a `sync-configuration`.

Returns:

  • (String)


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

#parentString

The parent resource specified for a repository sync definition.

Returns:

  • (String)


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

#targetString

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.

Returns:

  • (String)


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