ProductionBranch

Describes the information about a production branch for an Amplify app.

Types

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

Properties

Link copied to clipboard

The branch name for the production branch.

Link copied to clipboard

The last deploy time of the production branch.

Link copied to clipboard

The status of the production branch.

Link copied to clipboard

The thumbnail URL for the production branch.

Functions

Link copied to clipboard
inline fun copy(block: ProductionBranch.Builder.() -> Unit = {}): ProductionBranch
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