Class: Aws::Types::GetBranchInput
- Inherits:
-
Object
- Object
- Aws::Types::GetBranchInput
- 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.
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.
784 785 786 |
# File 'sig/types.rbs', line 784 def repository_name @repository_name end |