pub fn destroy_resource_op<O0: Into<Output>>(
    resource: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DestroyResourceOp::new().build(resource, scope).