GetFlowPlainArgs

data class GetFlowPlainArgs(val flowArn: String) : ConvertibleToJava<GetFlowPlainArgs>

Constructors

Link copied to clipboard
constructor(flowArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.

Functions

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