Class: Aws::Types::BatchGetCommitsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCommitsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commits ⇒ ::Array[Types::Commit]
Returns the value of attribute commits.
-
#errors ⇒ ::Array[Types::BatchGetCommitsError]
Returns the value of attribute errors.
Instance Attribute Details
#commits ⇒ ::Array[Types::Commit]
Returns the value of attribute commits.
185 186 187 |
# File 'sig/types.rbs', line 185 def commits @commits end |
#errors ⇒ ::Array[Types::BatchGetCommitsError]
Returns the value of attribute errors.
186 187 188 |
# File 'sig/types.rbs', line 186 def errors @errors end |