pub fn resource_gather<O0: Into<Output>, O1: Into<Output>>( resource: O0, indices: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ResourceGather::new().build(resource, indices, scope).
ResourceGather::new().build(resource, indices, scope)