Class: Aws::Types::GitPropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::GitPropertiesInput
- 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.
-
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
Instance Attribute Details
#code_connection_arn ⇒ ::String
Returns the value of attribute code_connection_arn.
3364 3365 3366 |
# File 'sig/types.rbs', line 3364 def code_connection_arn @code_connection_arn end |
#default_branch ⇒ ::String
Returns the value of attribute default_branch.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def default_branch @default_branch end |
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
3365 3366 3367 |
# File 'sig/types.rbs', line 3365 def repository_id @repository_id end |