Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Share Invitations Output Structure

Input for List Share Invitations

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

ListShareInvitationsOutput is a JSON Structure definition published by Amazon Well-Architected Tool, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ShareInvitationSummaries NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ListShareInvitationsOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-list-share-invitations-output-structure.json"
}