CreateProfilingGroupResponse

The structure representing the createProfilingGroupResponse.

AmazonApplication PerformanceProfilingDevOpsMachine Learning

Properties

Name Type Description
profilingGroup object
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-profiler-create-profiling-group-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-schema/amazon-codeguru-profiler-create-profiling-group-response-schema.json",
  "title": "CreateProfilingGroupResponse",
  "description": "The structure representing the createProfilingGroupResponse.",
  "type": "object",
  "properties": {
    "profilingGroup": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfilingGroupDescription"
        },
        {
          "description": " The returned <a href=\"https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html\"> <code>ProfilingGroupDescription</code> </a> object that contains information about the created profiling group. "
        }
      ]
    }
  },
  "required": [
    "profilingGroup"
  ]
}