Class: Aws::Types::DeleteBranchInput

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)


486
487
488
# File 'sig/types.rbs', line 486

def branch_name
  @branch_name
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def repository_name
  @repository_name
end