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