Class: Aws::Types::ServiceSyncConfig

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)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def branch
  @branch
end

#file_path ⇒ ::String

Returns the value of attribute file_path.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def file_path
  @file_path
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def repository_name
  @repository_name
end

#repository_provider ⇒ "GITHUB", ...

Returns the value of attribute repository_provider.

Returns:

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


1428
1429
1430
# File 'sig/types.rbs', line 1428

def repository_provider
  @repository_provider
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def service_name
  @service_name
end