Amazon Amplify · JSON Structure

Amazon Amplify Listappsresult Structure

Type: record Properties: 0
FrontendFull StackHostingMobile DevelopmentWeb Applications

ListAppsResult is a JSON Structure definition published by Amazon Amplify. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ListAppsResult",
  "type": "record",
  "fields": [
    {
      "name": "apps",
      "type": "array"
    },
    {
      "name": "nextToken",
      "type": "string"
    }
  ]
}