Amazon IoT Device Defender · JSON Structure

Iot Device Defender List Job Executions For Job Response Structure

ListJobExecutionsForJobResponse schema

Type: object Properties: 2
ComplianceIoTSecurityVulnerability Management

ListJobExecutionsForJobResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

executionSummaries nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-list-job-executions-for-job-response-structure.json",
  "name": "ListJobExecutionsForJobResponse",
  "description": "ListJobExecutionsForJobResponse schema",
  "type": "object",
  "properties": {
    "executionSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobExecutionSummaryForJobList"
        },
        {
          "description": "A list of job execution summaries."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or <b>null</b> if there are no additional results."
        }
      ]
    }
  }
}