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

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

#branchString

The repository branch.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'gems/aws-sdk-proton/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_nameString

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

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'gems/aws-sdk-proton/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_providerString

The repository provider.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'gems/aws-sdk-proton/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

#subdirectoryString

A subdirectory path to your template bundle version.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'gems/aws-sdk-proton/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_nameString

The template name.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'gems/aws-sdk-proton/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_typeString

The template type.

Returns:

  • (String)


5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
# File 'gems/aws-sdk-proton/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