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.
6148 6149 6150 |
# File 'sig/types.rbs', line 6148 def branch @branch end |
#repository_url ⇒ ::String
Returns the value of attribute repository_url.
6147 6148 6149 |
# File 'sig/types.rbs', line 6147 def repository_url @repository_url end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
6149 6150 6151 |
# File 'sig/types.rbs', line 6149 def secret_arn @secret_arn end |