class Aws::Panorama::Types::ListDevicesJobsRequest

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

data as a hash:

    {
      device_id: "DeviceId",
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] device_id

Filter results by the job's target device ID.
@return [String]

@!attribute [rw] max_results

The maximum number of device jobs to return in one page of results.
@return [Integer]

@!attribute [rw] next_token

Specify the pagination token from a previous request to retrieve the
next page of results.
@return [String]

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

Constants

SENSITIVE