ListProfileSharesOutput

ListProfileSharesOutput schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
ProfileShareSummaries object
NextToken object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-list-profile-shares-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ProfileShareSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileShareSummaries"
        },
        {
          "description": "Profile share summaries."
        }
      ]
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListProfileSharesOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-list-profile-shares-output-schema.json",
  "description": "ListProfileSharesOutput schema from AWS Well-Architected Tool API"
}