Class: Aws::Types::GitHubLocation
- Inherits:
-
Object
- Object
- Aws::Types::GitHubLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def commit_id @commit_id end |
#repository ⇒ ::String
Returns the value of attribute repository.
637 638 639 |
# File 'sig/types.rbs', line 637 def repository @repository end |