Class: Aws::Proton::Types::RepositorySyncDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

A repository sync definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The repository branch.

Returns:

  • (String)


4577
4578
4579
4580
4581
4582
4583
4584
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4577

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

#directoryString

The directory in the repository.

Returns:

  • (String)


4577
4578
4579
4580
4581
4582
4583
4584
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4577

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

#parentString

The resource that is synced from.

Returns:

  • (String)


4577
4578
4579
4580
4581
4582
4583
4584
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4577

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

#targetString

The resource that is synced to.

Returns:

  • (String)


4577
4578
4579
4580
4581
4582
4583
4584
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4577

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