The jsii proxy struct for RustFunction
| 221 | |
| 222 | // The jsii proxy struct for RustFunction |
| 223 | type jsiiProxy_RustFunction struct { |
| 224 | internal.Type__awslambdaFunction |
| 225 | } |
| 226 | |
| 227 | func (j *jsiiProxy_RustFunction) Architecture() awslambda.Architecture { |
| 228 | var returns awslambda.Architecture |
nothing calls this directly
no outgoing calls
no test coverage detected