ListShareInvitationsOutput

Input for List Share Invitations

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

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

JSON Schema

well-architected-tool-list-share-invitations-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ShareInvitationSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ShareInvitationSummaries"
        },
        {
          "description": "List of share invitation summaries in a workload."
        }
      ]
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    }
  },
  "description": "Input for List Share Invitations",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListShareInvitationsOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-list-share-invitations-output-schema.json"
}