DescribeLoggingOptionsResponse

DescribeLoggingOptionsResponse schema

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
loggingOptions object
View JSON Schema on GitHub

JSON Schema

iot-sitewise-describe-logging-options-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-describe-logging-options-response-schema.json",
  "title": "DescribeLoggingOptionsResponse",
  "description": "DescribeLoggingOptionsResponse schema",
  "type": "object",
  "properties": {
    "loggingOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LoggingOptions"
        },
        {
          "description": "The current logging options."
        }
      ]
    }
  },
  "required": [
    "loggingOptions"
  ]
}