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