The jsii proxy struct for RustExtension
| 77 | |
| 78 | // The jsii proxy struct for RustExtension |
| 79 | type jsiiProxy_RustExtension struct { |
| 80 | internal.Type__awslambdaLayerVersion |
| 81 | } |
| 82 | |
| 83 | func (j *jsiiProxy_RustExtension) CompatibleRuntimes() *[]awslambda.Runtime { |
| 84 | var returns *[]awslambda.Runtime |
nothing calls this directly
no outgoing calls
no test coverage detected