Get Function Result
data class GetFunctionResult(val functionArn: String? = null, val functionCode: String? = null, val functionConfig: FunctionConfig? = null, val functionMetadata: FunctionMetadata? = null, val name: String? = null, val stage: String? = null)
Constructors
Link copied to clipboard
fun GetFunctionResult(functionArn: String? = null, functionCode: String? = null, functionConfig: FunctionConfig? = null, functionMetadata: FunctionMetadata? = null, name: String? = null, stage: String? = null)