Class: Aws::Types::BatchGetCommitsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commits::Array[Types::Commit]

Returns the value of attribute commits.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def commits
  @commits
end

#errors::Array[Types::BatchGetCommitsError]

Returns the value of attribute errors.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def errors
  @errors
end