Class: Aws::Types::BranchInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def branch_name
  @branch_name
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def commit_id
  @commit_id
end