Class: Aws::Types::BatchGetJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array[Types::Job]

Returns the value of attribute jobs.

Returns:



379
380
381
# File 'sig/types.rbs', line 379

def jobs
  @jobs
end

#jobs_not_found::Array[::String]

Returns the value of attribute jobs_not_found.

Returns:

  • (::Array[::String])


380
381
382
# File 'sig/types.rbs', line 380

def jobs_not_found
  @jobs_not_found
end