Class: Aws::Panorama::Types::CreateJobForDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::CreateJobForDevicesRequest
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_ids ⇒ Array<String>
ID of target device.
-
#device_job_config ⇒ Types::DeviceJobConfig
Configuration settings for a software update job.
-
#job_type ⇒ String
The type of job to run.
Instance Attribute Details
#device_ids ⇒ Array<String>
ID of target device.
235 236 237 238 239 240 241 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 235 class CreateJobForDevicesRequest < Struct.new( :device_ids, :device_job_config, :job_type) SENSITIVE = [] include Aws::Structure end |
#device_job_config ⇒ Types::DeviceJobConfig
Configuration settings for a software update job.
235 236 237 238 239 240 241 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 235 class CreateJobForDevicesRequest < Struct.new( :device_ids, :device_job_config, :job_type) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The type of job to run.
235 236 237 238 239 240 241 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 235 class CreateJobForDevicesRequest < Struct.new( :device_ids, :device_job_config, :job_type) SENSITIVE = [] include Aws::Structure end |