Amazon EventBridge · JSON Structure

Amazon Eventbridge List Rules Response Structure

ListRulesResponse schema from Amazon EventBridge API

Type: object Properties: 2
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

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

Properties

Rules 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-eventbridge/refs/heads/main/json-structure/amazon-eventbridge-list-rules-response-structure.json",
  "name": "ListRulesResponse",
  "description": "ListRulesResponse schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Rules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Rule"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}