GetBranchPlainArgs

data class GetBranchPlainArgs(val arn: String) : ConvertibleToJava<GetBranchPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

ARN for a branch, part of an Amplify App.

Functions

Link copied to clipboard
open override fun toJava(): GetBranchPlainArgs