GetFlowAliasPlainArgs

data class GetFlowAliasPlainArgs(val arn: String, val flowArn: String) : ConvertibleToJava<GetFlowAliasPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String, flowArn: String)

Properties

Link copied to clipboard
val arn: String

Arn of the Flow Alias

Link copied to clipboard

Arn representation of the Flow

Functions

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