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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2969
2970
2971
2972
2973
# File 'lib/aws-sdk-batch/types.rb', line 2969

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