Class: Aws::Types::TemplateSyncConfig

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)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def branch
  @branch
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def repository_name
  @repository_name
end

#repository_provider ⇒ "GITHUB", ...

Returns the value of attribute repository_provider.

Returns:

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


1525
1526
1527
# File 'sig/types.rbs', line 1525

def repository_provider
  @repository_provider
end

#subdirectory ⇒ ::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def subdirectory
  @subdirectory
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def template_name
  @template_name
end

#template_type ⇒ "ENVIRONMENT", "SERVICE"

Returns the value of attribute template_type.

Returns:

  • ("ENVIRONMENT", "SERVICE")


1528
1529
1530
# File 'sig/types.rbs', line 1528

def template_type
  @template_type
end