Get Flow Version Result
data class GetFlowVersionResult(val createdAt: String? = null, val customerEncryptionKeyArn: String? = null, val definition: FlowVersionFlowDefinition? = null, val executionRoleArn: String? = null, val flowId: String? = null, val name: String? = null, val status: FlowVersionFlowStatus? = null, val version: String? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, customerEncryptionKeyArn: String? = null, definition: FlowVersionFlowDefinition? = null, executionRoleArn: String? = null, flowId: String? = null, name: String? = null, status: FlowVersionFlowStatus? = null, version: String? = null)