Class: Aws::Types::ListRepositorySyncDefinitionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def next_token
  @next_token
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def repository_name
  @repository_name
end

#repository_provider ⇒ "GITHUB", ...

Returns the value of attribute repository_provider.

Returns:

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


1037
1038
1039
# File 'sig/types.rbs', line 1037

def repository_provider
  @repository_provider
end

#sync_type ⇒ "TEMPLATE_SYNC", "SERVICE_SYNC"

Returns the value of attribute sync_type.

Returns:

  • ("TEMPLATE_SYNC", "SERVICE_SYNC")


1038
1039
1040
# File 'sig/types.rbs', line 1038

def sync_type
  @sync_type
end