MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda-cdk / jsiiProxy_RustFunction

Struct jsiiProxy_RustFunction

cargolambdacdk/RustFunction.go:223–225  ·  view source on GitHub ↗

The jsii proxy struct for RustFunction

Source from the content-addressed store, hash-verified

221
222// The jsii proxy struct for RustFunction
223type jsiiProxy_RustFunction struct {
224 internal.Type__awslambdaFunction
225}
226
227func (j *jsiiProxy_RustFunction) Architecture() awslambda.Architecture {
228 var returns awslambda.Architecture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected