DescribeElasticsearchInstanceTypeLimitsResponse

Container for the parameters received from DescribeElasticsearchInstanceTypeLimits operation.

AnalyticsElasticsearchSearch

Properties

Name Type Description
LimitsByRole object
View JSON Schema on GitHub

JSON Schema

openapi-describe-elasticsearch-instance-type-limits-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-describe-elasticsearch-instance-type-limits-response-schema.json",
  "title": "DescribeElasticsearchInstanceTypeLimitsResponse",
  "description": " Container for the parameters received from <code> <a>DescribeElasticsearchInstanceTypeLimits</a> </code> operation. ",
  "type": "object",
  "properties": {
    "LimitsByRole": {
      "$ref": "#/components/schemas/LimitsByRole"
    }
  }
}