Class: Aws::Types::RepositoryBranchInput

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)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def branch
  @branch
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def name
  @name
end

#provider ⇒ "GITHUB", ...

Returns the value of attribute provider.

Returns:

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


1228
1229
1230
# File 'sig/types.rbs', line 1228

def provider
  @provider
end