GetFunctionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val functionArn: String? = null
Link copied to clipboard
val functionCode: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val stage: String? = null