Contains the response to a successful CreatePolicy request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreatePolicyResponse", "title": "CreatePolicyResponse", "type": "object", "properties": { "Policy": { "allOf": [ { "$ref": "#/components/schemas/Policy" }, { "description": "A structure containing details about the new policy." } ] } }, "description": "Contains the response to a successful <a>CreatePolicy</a> request. " }