Class: Aws::Types::CreateBranchInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBranchInput
- 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.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
384 385 386 |
# File 'sig/types.rbs', line 384 def branch_name @branch_name end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def commit_id @commit_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
383 384 385 |
# File 'sig/types.rbs', line 383 def repository_name @repository_name end |