GetThemePlainArgs

data class GetThemePlainArgs(val awsAccountId: String, val themeId: String) : ConvertibleToJava<GetThemePlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, themeId: String)

Properties

Link copied to clipboard

The ID of the AWS account where you want to store the new theme.

Link copied to clipboard

An ID for the theme that you want to create. The theme ID is unique per AWS Region in each AWS account.

Functions

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