{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-security-configurations-request-structure.json", "name": "GetSecurityConfigurationsRequest", "description": "GetSecurityConfigurationsRequest schema from Amazon Glue API", "type": "object", "properties": { "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/PageSize" }, { "description": "The maximum number of results to return." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "A continuation token, if this is a continuation call." } ] } } }