Class: Aws::Types::BatchGetJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetJobError]

Returns the value of attribute errors.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def errors
  @errors
end

#jobs::Array[Types::BatchGetJobItem]

Returns the value of attribute jobs.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def jobs
  @jobs
end