Class: Aws::Types::UpdateDefaultBranchInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDefaultBranchInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_branch_name ⇒ ::String
Returns the value of attribute default_branch_name.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#default_branch_name ⇒ ::String
Returns the value of attribute default_branch_name.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def default_branch_name @default_branch_name end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def repository_name @repository_name end |