ListAppsResponse

The result structure for an Amplify app list request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apps: List<App>

A list of Amplify apps.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: ListAppsResponse.Builder.() -> Unit = {}): ListAppsResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String