ListAnswersOutput

Output of a list answers call.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
WorkloadId object
MilestoneNumber object
LensAlias object
LensArn object
AnswerSummaries object
NextToken object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-list-answers-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    },
    "MilestoneNumber": {
      "$ref": "#/components/schemas/MilestoneNumber"
    },
    "LensAlias": {
      "$ref": "#/components/schemas/LensAlias"
    },
    "LensArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensArn"
        },
        {
          "description": "The ARN for the lens."
        }
      ]
    },
    "AnswerSummaries": {
      "$ref": "#/components/schemas/AnswerSummaries"
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    }
  },
  "description": "Output of a list answers call.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListAnswersOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-list-answers-output-schema.json"
}