Class: Aws::Types::GitPropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::GitPropertiesPatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_connection_arn ⇒ ::String
Returns the value of attribute code_connection_arn.
-
#default_branch ⇒ ::String
Returns the value of attribute default_branch.
Instance Attribute Details
#code_connection_arn ⇒ ::String
Returns the value of attribute code_connection_arn.
3380 3381 3382 |
# File 'sig/types.rbs', line 3380 def code_connection_arn @code_connection_arn end |
#default_branch ⇒ ::String
Returns the value of attribute default_branch.
3381 3382 3383 |
# File 'sig/types.rbs', line 3381 def default_branch @default_branch end |