Class: Aws::CodeStarconnections::Types::RepositorySyncDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/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)


1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1114

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)


1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1114

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)


1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1114

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)


1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1114

class RepositorySyncDefinition < Struct.new(
  :branch,
  :directory,
  :parent,
  :target)
  SENSITIVE = []
  include Aws::Structure
end