GetProfileResponse

The structure representing the getProfileResponse.

AmazonApplication PerformanceProfilingDevOpsMachine Learning

Properties

Name Type Description
profile object
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-profiler-get-profile-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-get-profile-response-schema.json",
  "title": "GetProfileResponse",
  "description": "The structure representing the getProfileResponse.",
  "type": "object",
  "properties": {
    "profile": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregatedProfile"
        },
        {
          "description": "Information about the profile."
        }
      ]
    }
  },
  "required": [
    "profile"
  ]
}