Class: Aws::Proton::Types::TemplateSyncConfig

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

Overview

The detail data for a template sync configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ String

The repository branch.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'lib/aws-sdk-proton/types.rb', line 5734

class TemplateSyncConfig < Struct.new(
  :branch,
  :repository_name,
  :repository_provider,
  :subdirectory,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#repository_name ⇒ String

The repository name (for example, myrepos/myrepo).

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'lib/aws-sdk-proton/types.rb', line 5734

class TemplateSyncConfig < Struct.new(
  :branch,
  :repository_name,
  :repository_provider,
  :subdirectory,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#repository_provider ⇒ String

The repository provider.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'lib/aws-sdk-proton/types.rb', line 5734

class TemplateSyncConfig < Struct.new(
  :branch,
  :repository_name,
  :repository_provider,
  :subdirectory,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#subdirectory ⇒ String

A subdirectory path to your template bundle version.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'lib/aws-sdk-proton/types.rb', line 5734

class TemplateSyncConfig < Struct.new(
  :branch,
  :repository_name,
  :repository_provider,
  :subdirectory,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_name ⇒ String

The template name.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'lib/aws-sdk-proton/types.rb', line 5734

class TemplateSyncConfig < Struct.new(
  :branch,
  :repository_name,
  :repository_provider,
  :subdirectory,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end

#template_type ⇒ String

The template type.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'lib/aws-sdk-proton/types.rb', line 5734

class TemplateSyncConfig < Struct.new(
  :branch,
  :repository_name,
  :repository_provider,
  :subdirectory,
  :template_name,
  :template_type)
  SENSITIVE = []
  include Aws::Structure
end