GetTargetAccountConfigurationPlainArgs

data class GetTargetAccountConfigurationPlainArgs(val accountId: String, val experimentTemplateId: String) : ConvertibleToJava<GetTargetAccountConfigurationPlainArgs>

Constructors

Link copied to clipboard
constructor(accountId: String, experimentTemplateId: String)

Properties

Link copied to clipboard

The AWS account ID of the target account.

Link copied to clipboard

The ID of the experiment template.

Functions

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