Class: Aws::Types::DeleteBranchInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBranchInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
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.
485 486 487 |
# File 'sig/types.rbs', line 485 def repository_name @repository_name end |