Class: Aws::Types::GetRepositorySyncStatusInput

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)


760
761
762
# File 'sig/types.rbs', line 760

def branch
  @branch
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def repository_name
  @repository_name
end

#repository_provider ⇒ "GITHUB", ...

Returns the value of attribute repository_provider.

Returns:

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


762
763
764
# File 'sig/types.rbs', line 762

def repository_provider
  @repository_provider
end

#sync_type ⇒ "TEMPLATE_SYNC", "SERVICE_SYNC"

Returns the value of attribute sync_type.

Returns:

  • ("TEMPLATE_SYNC", "SERVICE_SYNC")


763
764
765
# File 'sig/types.rbs', line 763

def sync_type
  @sync_type
end