Class: Aws::Types::GetBranchInput

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)


785
786
787
# File 'sig/types.rbs', line 785

def branch_name
  @branch_name
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def repository_name
  @repository_name
end