class Aws::Panorama::Types::CreateJobForDevicesRequest

@note When making an API call, you may pass CreateJobForDevicesRequest

data as a hash:

    {
      device_ids: ["DeviceId"], # required
      device_job_config: { # required
        ota_job_config: {
          image_version: "ImageVersion", # required
        },
      },
      job_type: "OTA", # required, accepts OTA
    }

@!attribute [rw] device_ids

IDs of target devices.
@return [Array<String>]

@!attribute [rw] device_job_config

Configuration settings for the job.
@return [Types::DeviceJobConfig]

@!attribute [rw] job_type

The type of job to run.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/CreateJobForDevicesRequest AWS API Documentation

Constants

SENSITIVE