GetGraphPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Detective graph ARN

Functions

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