Class: Aws::Types::GetCommitInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCommitInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
851 852 853 |
# File 'sig/types.rbs', line 851 def commit_id @commit_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
850 851 852 |
# File 'sig/types.rbs', line 850 def repository_name @repository_name end |