GetThemePlainArgs

data class GetThemePlainArgs(val appId: String, val environmentName: String, val id: String) : ConvertibleToJava<GetThemePlainArgs>

Constructors

Link copied to clipboard
constructor(appId: String, environmentName: String, id: String)

Properties

Link copied to clipboard

The unique ID for the Amplify app associated with the theme.

Link copied to clipboard

The name of the backend environment that is a part of the Amplify app.

Link copied to clipboard
val id: String

The ID for the theme.

Functions

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