Class: Aws::Proton::Types::UpdateTemplateSyncConfigInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The repository branch for your template.

Returns:

  • (String)


6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6674

class UpdateTemplateSyncConfigInput < 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)


6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6674

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

#repository_providerString

The repository provider.

Returns:

  • (String)


6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6674

class UpdateTemplateSyncConfigInput < 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. When included, limits the template bundle search to this repository directory.

Returns:

  • (String)


6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6674

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

#template_nameString

The synced template name.

Returns:

  • (String)


6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6674

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

#template_typeString

The synced template type.

Returns:

  • (String)


6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6674

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