Amazon Elastic Load Balancing · JSON Structure

Amazon Elastic Load Balancing Describe Rules Response Structure

Response from the DescribeRules action

Type: object Properties: 2
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

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

Properties

rules nextMarker

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-elastic-load-balancing/refs/heads/main/json-structure/amazon-elastic-load-balancing-describe-rules-response-structure.json",
  "name": "DescribeRulesResponse",
  "description": "Response from the DescribeRules action",
  "type": "object",
  "properties": {
    "rules": {
      "type": "array",
      "description": "Information about the rules",
      "items": {
        "$ref": "#/components/schemas/Rule"
      }
    },
    "nextMarker": {
      "type": "string",
      "description": "The marker to use for the next set of results"
    }
  }
}