Class: Aws::Types::UpdateTemplateSyncConfigInput

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)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def branch
  @branch
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def repository_name
  @repository_name
end

#repository_provider ⇒ "GITHUB", ...

Returns the value of attribute repository_provider.

Returns:

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


1746
1747
1748
# File 'sig/types.rbs', line 1746

def repository_provider
  @repository_provider
end

#subdirectory ⇒ ::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def subdirectory
  @subdirectory
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def template_name
  @template_name
end

#template_type ⇒ "ENVIRONMENT", "SERVICE"

Returns the value of attribute template_type.

Returns:

  • ("ENVIRONMENT", "SERVICE")


1749
1750
1751
# File 'sig/types.rbs', line 1749

def template_type
  @template_type
end