Class: Aws::Types::RepositoryBranch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def arn
  @arn
end

#branch ⇒ ::String

Returns the value of attribute branch.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def branch
  @branch
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def name
  @name
end

#provider ⇒ "GITHUB", ...

Returns the value of attribute provider.

Returns:

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


1221
1222
1223
# File 'sig/types.rbs', line 1221

def provider
  @provider
end