Amazon Inspector · JSON Structure

Inspector List Usage Totals Response Structure

ListUsageTotalsResponse schema

Type: object Properties: 2
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Properties

nextToken totals

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-inspector/refs/heads/main/json-structure/inspector-list-usage-totals-response-structure.json",
  "name": "ListUsageTotalsResponse",
  "description": "ListUsageTotalsResponse schema",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListUsageTotalsNextToken"
        },
        {
          "description": "The pagination parameter to be used on the next list operation to retrieve more items."
        }
      ]
    },
    "totals": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UsageTotalList"
        },
        {
          "description": "An object with details on the total usage for the requested account."
        }
      ]
    }
  }
}