Class: Aws::Proton::Types::CreateTemplateSyncConfigInput

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1428

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


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1428

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

#repository_providerString

The provider type for your repository.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1428

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

#subdirectoryString

A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1428

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

#template_nameString

The name of your registered template.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1428

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

#template_typeString

The type of the registered template.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1428

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