GetFeaturePlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The ARN of the feature. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/feature/myFeature .

Functions

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