Amazon IoT Device Management · JSON Structure

Iot Device Management List Related Resources For Audit Finding Response Structure

ListRelatedResourcesForAuditFindingResponse schema

Type: object Properties: 2
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

relatedResources 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-management/refs/heads/main/json-structure/iot-device-management-list-related-resources-for-audit-finding-response-structure.json",
  "name": "ListRelatedResourcesForAuditFindingResponse",
  "description": "ListRelatedResourcesForAuditFindingResponse schema",
  "type": "object",
  "properties": {
    "relatedResources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RelatedResources"
        },
        {
          "description": "The related resources."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "A token that can be used to retrieve the next set of results, or <code>null</code> for the first API call."
        }
      ]
    }
  }
}