Class: Aws::Panorama::Types::CreateJobForDevicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::Job>

A list of jobs.

Returns:



249
250
251
252
253
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 249

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