Class: Aws::Panorama::Types::CreateJobForDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::CreateJobForDevicesResponse
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::Job>
A list of jobs.
Instance Attribute Details
#jobs ⇒ Array<Types::Job>
A list of jobs.
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 |