ListAttachedPoliciesResponse

ListAttachedPoliciesResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
policies object
nextMarker object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-list-attached-policies-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-list-attached-policies-response-schema.json",
  "title": "ListAttachedPoliciesResponse",
  "description": "ListAttachedPoliciesResponse schema",
  "type": "object",
  "properties": {
    "policies": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Policies"
        },
        {
          "description": "The policies."
        }
      ]
    },
    "nextMarker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "The token to retrieve the next set of results, or ``null`` if there are no more results."
        }
      ]
    }
  }
}