Class: Aws::Types::CreateTemplateSyncConfigInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ ::String

Returns the value of attribute branch.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def branch
  @branch
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def repository_name
  @repository_name
end

#repository_provider ⇒ "GITHUB", ...

Returns the value of attribute repository_provider.

Returns:

  • ("GITHUB", "GITHUB_ENTERPRISE", "BITBUCKET")


331
332
333
# File 'sig/types.rbs', line 331

def repository_provider
  @repository_provider
end

#subdirectory ⇒ ::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def subdirectory
  @subdirectory
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def template_name
  @template_name
end

#template_type ⇒ "ENVIRONMENT", "SERVICE"

Returns the value of attribute template_type.

Returns:

  • ("ENVIRONMENT", "SERVICE")


334
335
336
# File 'sig/types.rbs', line 334

def template_type
  @template_type
end