ListAppsResult

public struct ListAppsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of Amplify apps.

    Declaration

    Swift

    public let apps: [App]
  • A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(apps: [App], nextToken: String? = nil)