Class: Aws::Types::GitConfig
- Inherits:
-
Object
- Object
- Aws::Types::GitConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#repository_url ⇒ ::String
Returns the value of attribute repository_url.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
6167 6168 6169 |
# File 'sig/types.rbs', line 6167 def branch @branch end |
#repository_url ⇒ ::String
Returns the value of attribute repository_url.
6166 6167 6168 |
# File 'sig/types.rbs', line 6166 def repository_url @repository_url end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
6168 6169 6170 |
# File 'sig/types.rbs', line 6168 def secret_arn @secret_arn end |