Class: Aws::Batch::Types::DescribeJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::JobDetail>

The list of jobs.

Returns:



2735
2736
2737
2738
2739
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2735

class DescribeJobsResponse < Struct.new(
  :jobs)
  SENSITIVE = []
  include Aws::Structure
end