Class: Aws::Types::BatchGetCommitsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCommitsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_ids ⇒ ::Array[::String]
Returns the value of attribute commit_ids.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#commit_ids ⇒ ::Array[::String]
Returns the value of attribute commit_ids.
179 180 181 |
# File 'sig/types.rbs', line 179 def commit_ids @commit_ids end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def repository_name @repository_name end |