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:



383
384
385
# File 'sig/types.rbs', line 383

def jobs
  @jobs
end

#jobs_not_found::Array[::String]

Returns the value of attribute jobs_not_found.

Returns:

  • (::Array[::String])


384
385
386
# File 'sig/types.rbs', line 384

def jobs_not_found
  @jobs_not_found
end